-
Notifications
You must be signed in to change notification settings - Fork 34
nbtListTrailingComma
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 number in NBT lists or not.
- (boolean)
{
"nbtListTrailingComma": false
}
summon minecraft:armor_stand ~ ~ ~ {Pos: [0.0d, 0.0d, 0.0d]}
summon minecraft:armor_stand ~ ~ ~ {Pos: [0.0d, 0.0d, 0.0d,]}
{
"nbtListTrailingComma": true
}
summon minecraft:armor_stand ~ ~ ~ {Pos: [0.0d, 0.0d, 0.0d,]}
summon minecraft:armor_stand ~ ~ ~ {Pos: [0.0d, 0.0d, 0.0d]}
This rule was introduced in DHP 2.0.0.