erlang-ls / erlang_ls

The Erlang Language Server
https://erlang-ls.github.io/
Apache License 2.0
620 stars 136 forks source link

Allows custom setting the formatter #1473

Closed lafirest closed 5 months ago

lafirest commented 6 months ago

Description

The low-level formatting plugin erlang_ls relies on supports some formatters, maybe it would be good to expose them into the configuration.

This PR added a new configuration section with an option to specify the formatter

Fixes # .

plux commented 5 months ago

Thanks for your contribution, @lafirest .

Ironically CI complained about code formatting. :) You can fix this by running rebar3 fmt and committing the changes.

lafirest commented 5 months ago

Thanks for your contribution, @lafirest .

Ironically CI complained about code formatting. :) You can fix this by running rebar3 fmt and committing the changes.

Sorry, I thought I have formatted, I have fixed this

plux commented 5 months ago

Thanks for your contribution @lafirest !