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 }