From ea0b9c07ec732b5ebe3d367279b32b1ca0bacaec Mon Sep 17 00:00:00 2001 From: Fabio Formosa Date: Wed, 17 Jun 2020 23:49:52 +0200 Subject: [PATCH] Update .editorconfig --- quartz-manager-api/.editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quartz-manager-api/.editorconfig b/quartz-manager-api/.editorconfig index 32d6584..2c182e2 100644 --- a/quartz-manager-api/.editorconfig +++ b/quartz-manager-api/.editorconfig @@ -1,10 +1,10 @@ [*] charset = utf-8 end_of_line = lf -indent_size = 4 +indent_size = 2 indent_style = space insert_final_newline = true max_line_length = 120 -tab_width = 4 -ij_continuation_indent_size = 4 +tab_width = 2 +ij_continuation_indent_size = 2