erlang-ls / erlang_ls

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

Add config option to include / exclude files for formatting. #1546

Closed plux closed 1 month ago

plux commented 1 month ago

Description

Example:

formatting:
  files:
    - "apps/**"
  exclude_files:
    - "apps/**/generated_file.erl"