Requires space after object keys.
Type: Boolean
Boolean
Value: true
true
"requireSpaceAfterObjectKeys": true
var x = {a : 1};
var x = {a: 1};