mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-20 03:05:01 +01:00
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:
parent
362d073caf
commit
e84963842a
@ -38,4 +38,4 @@ indent_size=2
|
|||||||
|
|
||||||
[*.{kt,kts}]
|
[*.{kt,kts}]
|
||||||
# IDE does not follow this Ktlint rule strictly, but the default ordering is pretty good anyway, so let's ditch it
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user