-
|
Hello everyone. I have an issue with editorconfig. Using How to make |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
Hello everyone. I have an issue with editorconfig. Using How to make |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
lsp-modeget the indentation width fromlsp--formatting-indent-alist.If you can find which indentation variable
web-modeis using andeditorconfigis modifying, you can add that to the alist andlsp-modewill ask the language server to format the buffer with the correct width.Note that, it also depends on the language server to support indentation width or not.