It bothers me that objects have internal spacing when arrays don't!
var x = { a: 10 };
var y = [1, 2, 3];
At this point we're not going to change this, sorry about it!
@zyklus See the bracket-spacing option.
Just curious, is there any rationale behind this different behaviour?
I can only see incosistency...
Most helpful comment
Just curious, is there any rationale behind this different behaviour?
I can only see incosistency...