-
Notifications
You must be signed in to change notification settings - Fork 34
nbtArraySemicolonSpacing
SPGoding edited this page Apr 26, 2020
·
1 revision
🎨 Stylistic: this is a stylistic rule used by the formatting feature.
Enforce spacing after semicolons in NBT arrays. No matter what the setting is, spaces after the semicolon are always removed if the array is empty.
- (object) Root.
-
after
: (number) the number of spaces after the semicolon.
-
{
"nbtArraySemicolonSpacing": { "after": 1 }
}
summon minecraft:arrow ~ ~ ~ {Owner: [I; 0, 1, 2, 3]}
summon minecraft:arrow ~ ~ ~ {Owner: [I;0, 1, 2, 3]}
{
"nbtArraySemicolonSpacing": { "after": 0 }
}
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.