From cc40db041dd07d43dbeb1c0741d9578bf6d87114 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Mon, 4 Dec 2023 10:54:55 +0100 Subject: [PATCH] add new ktlint config params Signed-off-by: Andy Scherzinger --- .editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 75fa24ed2..7de780eb3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -38,4 +38,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 -ktlint_disabled_rules=import-ordering +ktlint_standard_import-ordering = disabled +ij_kotlin_allow_trailing_comma = false +ij_kotlin_allow_trailing_comma_on_call_site = false