Skip to content

Allow indentation of multiline function arguments to indent to the first argument of the first line #400

Open
@ckruse

Description

@ckruse

So that code like this

defmodule Foo do
  def foo() do
    my_fun(a, b, c,
      d, e, f)
  end
end

could also be indented like this:

defmodule Foo do
  def foo() do
    my_fun(a, b, c,
           d, e, f)
  end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions