erl_tidy
erl_tidy
Module
erl_tidy
Module summary
Tidies and pretty-prints Erlang source code, removing unused functions, updating obsolete constructs and function calls, etc.
Description
Tidies and pretty-prints Erlang source code, removing unused functions, updating obsolete constructs and function calls, etc.
Caveats: It is possible that in some intricate uses of macros, the automatic addition or removal of parentheses around uses or arguments could cause the resulting program to be rejected by the compiler; however, we have found no such case in existing code. Programs defining strange macros can usually not be read by this program, and in those cases, no changes will be made.
If you really, really want to, you may call it "Inga".
Disclaimer: The author accepts no responsibility for errors introduced in code that has been processed by the program. It has been reasonably w