[erlang-questions] Controversial subject of the day: tabs and spaces for indentation

Vlad Dumitrescu vladdu55@REDACTED
Wed Feb 5 22:36:10 CET 2014


> If the debate uncovers some workarounds that make the pain less
> painful (pun intended), then even better.

I just found out that we could do something like this to reindent files:

emacs -batch sample.erl --eval '(indent-region (point-min) (point-max)
nil)' -f save-buffer

/Vlad



More information about the erlang-questions mailing list