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

respect comma first style #15

Open
andrzejsliwa opened this issue Sep 21, 2013 · 2 comments
Open

respect comma first style #15

andrzejsliwa opened this issue Sep 21, 2013 · 2 comments

Comments

@andrzejsliwa
Copy link

actual:

-export([ greet/2
          , head/1
          , second/1]).

expected:

-export([ greet/2
        , head/1
        , second/1]).

same for tuples and arguments list

emacs change: erlang/otp@8bfff9e

more examples in intellij erlang issue :
ignatov/intellij-erlang#294

@hcs42
Copy link
Member

hcs42 commented Sep 23, 2013

Thank you for your finding – I will keep the ticket open until I have some time to look into the best way to solve this.

@efine
Copy link

efine commented Oct 10, 2016

It would be very useful to have this behavior, along with better multiline indentation for keywords such as fun, =, orelse, andalso, etc. as mentioned in the issue opened by Tuncer. In particular, the ability to choose whether to have a double or single indent on the line after fun would be much appreciated.

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

No branches or pull requests

3 participants