nbtCompoundTrailingComma - SpyglassMC/Spyglass GitHub Wiki
🎨 Stylistic: this is a stylistic rule used by the formatting feature.
Whether there should be a trailing comma after the last key-value pair in NBT compounds or not.
- (boolean)
{
    "nbtCompoundTrailingComma": false
}summon minecraft:armor_stand ~ ~ ~ {Invisible: 1b, Marker: 1b}summon minecraft:armor_stand ~ ~ ~ {Invisible: 1b, Marker: 1b,}{
    "nbtCompoundTrailingComma": true
}summon minecraft:armor_stand ~ ~ ~ {Invisible: 1b, Marker: 1b,}summon minecraft:armor_stand ~ ~ ~ {Invisible: 1b, Marker: 1b}This rule was introduced in DHP 2.0.0.