Open ColemanGariety opened 10 years ago
Currently, js3-mode will auto-indent a nested, comma-first variable object like this:
var outer = { inner: { } } , second = void 0
But wouldn't it make more sense to indent it like so?
So that the {}s always line up with the variable name? Then you can easily see what's nested inside what else.
{}
Currently, js3-mode will auto-indent a nested, comma-first variable object like this:
But wouldn't it make more sense to indent it like so?
So that the
{}
s always line up with the variable name? Then you can easily see what's nested inside what else.