Rename property 'disabled_rules' to 'ktlint_disabled_rules' in all '.editorconfig' files.

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2023-02-15 09:57:52 +01:00 committed by Marcel Hibbe
parent 362d073caf
commit e84963842a
No known key found for this signature in database
GPG key ID: C793F8B59F43CE7B

View file

@ -38,4 +38,4 @@ indent_size=2
[*.{kt,kts}]
# IDE does not follow this Ktlint rule strictly, but the default ordering is pretty good anyway, so let's ditch it
disabled_rules=import-ordering
ktlint_disabled_rules=import-ordering