Skip to content

Incorrect indentation after an arrow and after a dot. #70

@AlexCzar

Description

@AlexCzar

Example for arrow

How it is

some_method() ->
{}.

How it should be

some_method() ->
    {}.

Example for dot (and arrow)

How it is

some_method() ->
    {}.
    some_other_method() ->
    {}.

How it should be

some_method() ->
    {}.
some_other_method() ->
    {}.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions