-
-
Notifications
You must be signed in to change notification settings - Fork 319
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
Read config from .editorconfig for formatter. #1773
Comments
quote_type is not defined by editorconfig specification. my formatter use indentation cannot be defined in the editorconfig file, see CppCXY/EmmyLuaCodeStyle#22 |
I'm having the same issue, using Neovim 0.9. I copied the template editorconfig from the EmmyLuaCodeStyle repo and changed the settings (e.g. |
new issue please, and report to https://github.com/CppCXY/EmmyLuaCodeStyle/issues. |
How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Windows
What is the issue affecting?
Formatting
Expected Behaviour
Use config from
.editorconfig
.Actual Behaviour
Does not respect
.editorconfig
.Reproduction steps
In root:
.editorconfig
:https://editorconfig.org/
Additional Notes
No response
Log File
No response
The text was updated successfully, but these errors were encountered: