dense-analysis / ale

Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
BSD 2-Clause "Simplified" License
13.57k stars 1.44k forks source link

Biome Fixer Ignores Configurations from biome.json and Uses Default Settings #4809

Open khv2online opened 3 months ago

khv2online commented 3 months ago

The Biome formatter does not apply the settings specified in the biome.json configuration file and instead uses the default settings. This issue is new, as the formatter previously respected the configurations in biome.json. However, the Biome linter correctly applies the settings from the same configuration file.

w0rp commented 3 months ago

Probably just needs a bit of tweaking. Throw up a PR for it, or link one to this issue, and I'll most likely merge it soonish.