esformatter icon indicating copy to clipboard operation
esformatter copied to clipboard

Add whitespace configuration options for object destructuring

Open kidkuro opened this issue 7 years ago • 0 comments

Formatting:

const { a, b } = x;

always results in:

const {a, b} = x;

There are no configuration options for whitespace before or after destructuring closing or opening braces.

kidkuro avatar Oct 31 '16 05:10 kidkuro