We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is no option to enable --experimental rules with .editorconfig
.editorconfig
It would be great to be able to write something like:
[*.{kt,kts}] indent_size=4 insert_final_newline=true max_line_length=off disabled_rules=indent ktlint_experimental=true
The text was updated successfully, but these errors were encountered:
Related to #548
Sorry, something went wrong.
Would enjoy this too
Let's track this in #548
No branches or pull requests
Expected Behavior
There is no option to enable --experimental rules with
.editorconfig
It would be great to be able to write something like:
The text was updated successfully, but these errors were encountered: