Space within object literal braces
EditorConfig key: js-space-within-object-literal-braces
Space within object literal braces
js-space-within-object-literal-braces
Default value:
true
Possible values:
true
false
Examples
true
{ a: 1 }
false
{a: 1}