Skip to content

respect comma first style #15

Open
@andrzejsliwa

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

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