From 9ff8de0df42e09c076d03fb282c04b780103f4d7 Mon Sep 17 00:00:00 2001 From: zaaarf Date: Thu, 16 Nov 2023 21:38:30 +0100 Subject: [PATCH] fix: fixed editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 9109c95..b8a6883 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,7 @@ indent_size = 2 [*.java] indent_size = 2 +ij_continuation_indent_size = 2 [*.{yml,yaml}] indent_style = space