ArcticTypescript
ArcticTypescript copied to clipboard
Align multiline var
trafficstars
I'd like the following:
var a = 1,
b = 2,
c = 3;
To be aligned like so:
var a = 1,
b = 2,
c = 3;
I am not sure if arctic is doing something for the indentation, but I think arctic should fix it or make it configurable if possible.
to complicated for now, sorry