-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The indent_size and indent_style property does not work #264
Comments
Thanks for reporting issue! I want to know the result of |
Hi, I think I have similar issue. Pressing Enter and TAB give me correct result. But running editorconfig-format-buffer, it went back to default setting System:
Steps to reproduce:
Expected behavior:
Actual result:
|
@serezlan
|
I forgot to mention I'm using lsp-mode. |
Thanks! I checked the lsp-mode code roughly. It seems that when lsp-mode is enabled (and lsp-enable-indentation is set to t) lsp-mode configures buffers to use langauage servers' IMO each language server (not lsp-mode) needs to support |
My .editorconfig file: root = true
[*]
indent_style = space
indent_size = 2 |
OS: Archlinux latest.
Emacs version: 29 latest. (27 does not work too)
Plugin version: latest.
When I insert Tab, I get tab indent and wrong indent size,
But, an editorconfig file in the root of my project.
Please give me an answer! Thanks!
The text was updated successfully, but these errors were encountered: