bracketSpacing
Control whether whitespace should be inserted between brackets or not.
Default option is false
.
Example for false
[a, b]
Example for true
[ a, b ]
bracketSpacing
Control whether whitespace should be inserted between brackets or not.
Default option is false
.
false
[a, b]
true
[ a, b ]