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