-
Notifications
You must be signed in to change notification settings - Fork 506
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
Intellij formatting of .editorconfig file breaks it #555
Comments
Using latest version of ktlint (
This makes ktlint to not disable rule My workaround was to change IntelliJ formatting rule for
|
The space after comma issue described by @zarebski-m still exists. |
@jonasfa if you could reproduce it with latest Ktlint release, please, open a new issue. |
I have a
.editorconfig
file as follows:However, if I auto-format this file with IntelliJ, it gets formatted to (note the spaces):
After I do that,
ktlint
ignores the rules set in the file. The problem is with[*.{kt, kts}]
. Currently, it seems, there can be no spaces between the file types.The text was updated successfully, but these errors were encountered: