<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 20, 2014 at 4:47 PM, Leonard Boyce <span dir="ltr"><<a href="mailto:leonard.boyce@lucidlayer.com" target="_blank">leonard.boyce@lucidlayer.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":rl" class="a3s" style="overflow:hidden">They are using Sublime as that's their editor of choice.<br>
When I started learning Erlang I was informed that the 'defacto'<br>
standard for indentation is the indentation used by elang mode for<br>
emacs as this was the primary erlang editor. Maybe I was misinformed,<br>
but that became our coding standard.</div></blockquote></div><br>There is no preferred indentation style for Erlang programs. I've seen god knows everything out there. The language is parsed by an LALR(1) grammar, so identation doesn't matter for scoping either.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">I tend to indent code for readability. Some times, another indentation style than the mandated one is far more readable. So even when using emacs, I break the rules now and then. I don't really see that as a problem.<br>

<br clear="all"><div><br></div>-- <br>J.
</div></div>