nbtFloatSuffix - SpyglassMC/Spyglass GitHub Wiki
🎨 Stylistic: this is a stylistic rule used by the formatting feature.
Enforce the suffix of NBT float tags.
- ("f")
- ("F")
{
    "nbtFloatSuffix": "f"
}summon minecraft:armor_stand ~ ~ ~ {FallDistance: 2.0f}summon minecraft:armor_stand ~ ~ ~ {FallDistance: 2.0F}{
    "nbtFloatSuffix": "F"
}summon minecraft:armor_stand ~ ~ ~ {FallDistance: 2.0F}summon minecraft:armor_stand ~ ~ ~ {FallDistance: 2.0f}This rule was introduced in DHP 2.0.0.