From eca68db8ccc2f980a5dbfcc2d0d965ced95ad1c2 Mon Sep 17 00:00:00 2001 From: Ira Abramov Date: Wed, 25 Mar 2020 09:42:17 +0200 Subject: [PATCH] Fixing the indent to everyone's content --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 18a9fca0..5a376252 100755 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ [*] indent_style = tab -indent_size = 1 +indent_size = 4 shell_variant = bash binary_next_line = true # like -bn @@ -23,7 +23,7 @@ indent_style = tab [*.*sh] indent_style = tab -indent_size = 1 +indent_size = 4 shell_variant = bash binary_next_line = true # like -bn