-
Notifications
You must be signed in to change notification settings - Fork 32
nbtCompoundTrailingComma
SPGoding edited this page Apr 26, 2020
·
1 revision
🎨 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.