-
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-mode
get the indentation width fromlsp--formatting-indent-alist
.If you can find which indentation variable
web-mode
is using andeditorconfig
is modifying, you can add that to the alist andlsp-mode
will 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.