Formatting Erlang code in Visual Studio Code
5 Oct 2022 10:23
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.