<div dir="ltr">I have long favored the enforcement of coding style at the repository level. Then it doesnt matter if someone accidentally reformats their local copy, the checkin will reformat it accordingly. I dont think people will ever agree on the "right" format in something that is inherently a matter of taste. I like tight code with only 2 char indents and as much on the screen at once. Another guy I know loves drop braces with a brace on the next line (for java, C, etc). Neither of us is wrong. If the repo checkin had a reformatter, it wouldn't matter. </div>
<div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div style="font-family:arial;font-size:small"><b>Robert Simmons Jr. MSc. - Lead Java Architect @ EA</b></div><div style="font-family:arial;font-size:small"><i>Author of: Hardcore Java (2003) and Maintainable Java (2012)</i></div>
<div><i style="font-family:arial;font-size:small">LinkedIn: </i><font face="arial"><i><a href="http://www.linkedin.com/pub/robert-simmons/40/852/a39" target="_blank">http://www.linkedin.com/pub/robert-simmons/40/852/a39</a></i></font></div>
</div></div>
<br><br><div class="gmail_quote">On Wed, Feb 5, 2014 at 3:36 PM, Vlad Dumitrescu <span dir="ltr"><<a href="mailto:vladdu55@gmail.com" target="_blank">vladdu55@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">> If the debate uncovers some workarounds that make the pain less<br>
> painful (pun intended), then even better.<br>
<br>
</div>I just found out that we could do something like this to reindent files:<br>
<br>
emacs -batch sample.erl --eval '(indent-region (point-min) (point-max)<br>
nil)' -f save-buffer<br>
<span class="HOEnZb"><font color="#888888"><br>
/Vlad<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br></div>