浏览代码

Merge pull request #11613 from nextcloud/chore/noid/updateEditorConfig

Update editorconfig to latest spotless checks
Andy Scherzinger 2 年之前
父节点
当前提交
ecc625e0a5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .editorconfig

+ 1 - 1
.editorconfig

@@ -40,6 +40,6 @@ 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_standard_import-ordering = disabled
 ij_kotlin_allow_trailing_comma = false
 ij_kotlin_allow_trailing_comma_on_call_site = false