Procházet zdrojové kódy

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

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger před 2 roky
rodič
revize
e84963842a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      .editorconfig

+ 1 - 1
.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