-
Notifications
You must be signed in to change notification settings - Fork 509
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Introduce ktlint configuration file, ktlintrc.toml #603
Comments
Personally, I will vote against this proposal:
|
@Tapchicoma |
How to enable experimental ktlint feature in |
@magic-akari it is currently not possible to enable them via |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Proposal
I'd like to propose ktlint configuration file. For now, ktlint configurations are included in EditorConfig.
However, ktlint is not an editor.
ktlint configurations such as
disable_rules
and codestyle set(#548) should be configured in ktlint's own config file.Implementation Details
indent_size
is good idea. It will be nice to refer EditorConfig if it's not configured in ktlint config. Thir approach is used in Prettier.The text was updated successfully, but these errors were encountered: