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 коммит произвёл Marcel Hibbe
Родитель 362d073caf
Коммит e84963842a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: C793F8B59F43CE7B
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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