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