biome-intellij
biome-intellij copied to clipboard
Biome formatter prevents IntelliJ formatter to run even if disabled
First, thanks for bringing Biome to IntelliJ IDEs!
I have an issue with the formatter, I'd like to disable it on .js files because I prefer how my IDE config handles formatting.
Unfortunately, whether I put "formatter": false
a the root of the config or just in the "javascript":
block, IntelliJ formatter is still bypassed: it says "Running LSP-based formatter" in the status bar and my settings aren't applied unless I disable Biome plugin entirely. Of course Biome itself honors the setting, so no formatting is done at all.
This forces me to either abandon the Biome plugin or my formatting preferences (did the second because linting in-editor is precious, but I'm quite unhappy with Prettier-style formatting).