nbtDoubleSuffix - SpyglassMC/Spyglass GitHub Wiki
🎨 Stylistic: this is a stylistic rule used by the formatting feature.
Enforce the suffix of NBT double tags.
- ("d")
- ("D")
{
    "nbtDoubleSuffix": "d"
}summon minecraft:arrow ~ ~ ~ {damage: 2.0d}summon minecraft:arrow ~ ~ ~ {damage: 2.0D}{
    "nbtDoubleSuffix": "D"
}summon minecraft:arrow ~ ~ ~ {damage: 2.0D}summon minecraft:arrow ~ ~ ~ {damage: 2.0d}This rule was introduced in DHP 2.0.0.