diff --git a/.editorconfig b/.editorconfig index fa98abe0..d4b5cade 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,9 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true +[*.sh] +indent_style = tab + [*.go] indent_style = tab