Re: [elixir-core:7826] Proposal: allow newline after `with`

2018-01-30 Thread José Valim
Good call Ben! The formatter will rewrite it though, while it does keep parens. *José Valimwww.plataformatec.com.br Founder and Director of R* On Tue, Jan 30, 2018 at 1:46 PM, Ben Wilson wrote: > This is achievable with `\` btw: > >

Re: [elixir-core:7826] Proposal: allow newline after `with`

2018-01-30 Thread Ben Wilson
This is achievable with `\` btw: with \ %{x: x} <- y do x end On Tuesday, January 30, 2018 at 7:39:07 AM UTC-5, Po Chen wrote: > > Ah I thought `with` was part of the language, then I realized how small > the language core is. > Now I wish the language is actually a little bigger :S mixed