nbtArraySemicolonSpacing - SpyglassMC/Spyglass GitHub Wiki
🎨 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.