The tqformat
extension allows formatting Erlang code using tqformat.
- Ensure
rebar3
is on your path - Enable the
tqformat
rebar3 plugin in your project
Recommended configuration (to be added to your settings.json
):
"[erlang]": {
"editor.defaultFormatter": "truqu.tqformat",
"editor.formatOnSave": true
}
Initial release