Formatting Erlang code in Visual Studio Code
3 years ago
The ErlangLS extension for VS Code includes formatting, using rebar3_format
. I’d prefer to use erlfmt
, so here’s how I set it up.