From a50bd89e180588be8cfbb1087fa3998b04188b13 Mon Sep 17 00:00:00 2001 From: Hubert Van De Walle Date: Tue, 29 Sep 2020 18:08:43 +0200 Subject: [PATCH] Add ident config so that intellij agrees with ktlint --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 0af84ce..237ae17 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,7 @@ insert_final_newline = true [*.{kt, kts}] indent_size = 4 insert_final_newline = true +continuation_indent_size=4 max_line_length = 120 disabled_rules = no-wildcard-imports kotlin_imports_layout = idea