From e84963842a5545c7016eaec90a2503282081607f Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Wed, 15 Feb 2023 09:57:52 +0100 Subject: [PATCH] Rename property 'disabled_rules' to 'ktlint_disabled_rules' in all '.editorconfig' files. Signed-off-by: Andy Scherzinger --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 300ea1e8b..75fa24ed2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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