Erlang Indent With EmacsThis extension simply calls The Erlang plugin for IntelliJ IDEA support calling emacs to indent file, this extension can do the same thing. Why EmacsThere are many powerful formatters for Erlang, most of them will parse the erlang sources then stringify the AST. But usually the generated codes are too rigid. On the other hand, tools like Emacs and Vim only do simple re-indent, lines won't be break, and newlines won't be introduced. I prefer the Emacs way, this is why this tool is created. Notice
This extension won't change frequently, but I will update it when incompatible changes were introduced by VSCode. Enjoy! |