-
Notifications
You must be signed in to change notification settings - Fork 34
nbtArrayTrailingComma
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 arrays or not.
- (boolean)
{
"nbtArrayTrailingComma": false
}
summon minecraft:arrow ~ ~ ~ {Owner: [I; 0, 1, 2, 3]}
summon minecraft:arrow ~ ~ ~ {Owner: [I; 0, 1, 2, 3,]}
{
"nbtArrayTrailingComma": true
}
summon minecraft:arrow ~ ~ ~ {Owner: [I; 0, 1, 2, 3,]}
summon minecraft:arrow ~ ~ ~ {Owner: [I; 0, 1, 2, 3]}
This rule was introduced in DHP 2.0.0.