📝 editorconfig: max_line_length
is ignored when using LSP
#3923
Labels
A-LSP
Area: language server protocol
S-Bug-confirmed
Status: report has been confirmed as a valid bug
When setting
max_line_length
to a value, that value is respected when usingbiome --format
, but ignored when using the biome LSP from inside the editor.Environment information
Configuration
biome.jsonc
editorconfig
Playground link
I do not know how to showcase the cli and LSP difference via the Playground.
to reproduce
biome check --write
→ uses line length of 100 (correct)vim.lsp.buf.format()
in nvim) → uses line length 80 (false)Code of Conduct
The text was updated successfully, but these errors were encountered: