braceSpacing
Control whether whitespace should be inserted between braces or not.
Default option is true
.
Example for false
{a: b}
Example for true
{ a: b }
braceSpacing
Control whether whitespace should be inserted between braces or not.
Default option is true
.
false
{a: b}
true
{ a: b }