diff --git a/.editorconfig b/.editorconfig index a04228b..ef4e49d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,5 +7,9 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true +[*.sh] +indent_size = 2 + [*.nix] indent_size = 2 +