elixir-editors / language-elixir

Elixir language support for the Atom editor.
Other
181 stars 40 forks source link

Indent line after `=` #55

Closed keathley closed 8 years ago

keathley commented 8 years ago

The current style is to indent lines after a =. For instance something like this:

some_var =
  data
  |> foo
  |> bar

It would be nice to provide support for this pattern.