diff --git a/.editorconfig b/.editorconfig index 4d52b509..6deb6378 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 @@ -19,7 +19,7 @@ trim_trailing_whitespace = false [*.*sh] indent_style = tab -indent_size = 1 +indent_size = 4 shell_variant = bash binary_next_line = true # like -bn