It would be nice to have multiline pipelines formatted automatically with 
Mix.

With the current format (no changes):

def hello(arg) do
arg |> func1 |> func2 |> func3 
end


Expected behaviour:

def hello(arg) do
arg 
|> func1 
|> func2
 |> func3 
end

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elixir-lang-core+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/bdd16648-3bf4-4a9b-a258-aaa0a21bc20d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to