Skip to content

respect comma first style #15

Description

@andrzejsliwa

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions