Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align multiline var #52

Open
kuon opened this issue May 6, 2015 · 1 comment
Open

Align multiline var #52

kuon opened this issue May 6, 2015 · 1 comment

Comments

@kuon
Copy link

kuon commented May 6, 2015

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.

@Phaiax
Copy link
Owner

Phaiax commented May 21, 2015

to complicated for now, sorry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants