From 1b569408c09a0dcb49d945e11bcef0e78e7f67c0 Mon Sep 17 00:00:00 2001 From: Ladislav Thon Date: Thu, 7 Nov 2024 14:51:43 +0100 Subject: [PATCH] Improve .editorconfig This commit adds a few IntelliJ-specific config options that align the editor config with the automated formatter. --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index dba99f11d..e3d6e4160 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,6 @@ indent_size = 4 trim_trailing_whitespace = true end_of_line = lf insert_final_newline = true + +ij_continuation_indent_size = 8 +ij_any_align_multiline_parameters = false