Skip to content

(Auto-)Indentation of functions not working #21

@attah

Description

@attah

New functions, or clauses are indented according to the body of the previous, not the head of it, or base indentation.

Expected behaviour:

f1() ->
  herp.
f2() ->
  derp.

Actual behaviour:

f1() ->
  herp.
  f2() ->
    derp.

it does not help to manually invoke auto-indent either.

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