diff --git a/.editorconfig b/.editorconfig index 28ee5a7..c68852e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ insert_final_newline = true max_line_length=120 [*.sh] -indent_style = space +indent_style = tab indent_size = 2 charset = utf-8 trim_trailing_whitespace = true