elixir-editors / elixir-editors/emacs-elixir

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

Open
#400 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Emacs Lisp
Stars
454
Forks
93
PR merge metrics
No merged PRs in 30d

Description

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
~~~

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.