[erlang-questions] Better indentation rules for erlang-mode

Andrew Pennebaker andrew.pennebaker@REDACTED
Thu May 30 17:28:32 CEST 2013


List comprehentions could be indented better in erlang-mode:

Current:

[ foo(Bar) ||
Bar <- baz() ]

Desired:

[ foo(Bar) ||
  Bar <- baz() ]

-- 
Cheers,

Andrew Pennebaker
www.yellosoft.us
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130530/4c109edf/attachment.htm>


More information about the erlang-questions mailing list