Requires newline inside curly braces of all objects.
Type: Boolean
Boolean
Value: true
true
"requirePaddingNewLinesInObjects": true
var x = { a: 1 }; foo({ a: { b: 1 } });
var x = { a: 1 }; foo({a:{b:1}});