Erlang code formatter.
The code formatter engine is erlang/sourcer, and it's distributed complied to erlang/sourcer license.
$ rebar3 escriptize
$ _build/default/bin/erlf FILENAME
The formatter will run on FILENAME and save the formated result again on FILENAME. A backup of the original file can be found as $$FILENAME.
- merge with text editor. (under development)
- study the possibility to create own code formatter instead of using erlang/sourcer.