From 740b59f55193274ac52666f23218e12782ad0712 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Sat, 13 May 2023 19:36:14 +0200 Subject: [PATCH] Update editorconfig to latest spotless checks Signed-off-by: Andy Scherzinger --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 433d75a31b..a4e53e0e46 100644 --- a/.editorconfig +++ b/.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