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 ]