ArcticTypescript icon indicating copy to clipboard operation
ArcticTypescript copied to clipboard

Align multiline var

Open kuon opened this issue 10 years ago • 1 comments
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.

kuon avatar May 06 '15 08:05 kuon

to complicated for now, sorry

Phaiax avatar May 21 '15 13:05 Phaiax