Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ckruse opened this issue Jul 27, 2017 · 0 comments

Comments

@ckruse
Copy link

ckruse commented Jul 27, 2017

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
J3RN pushed a commit to J3RN/emacs-elixir that referenced this issue Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant