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