diff --git a/.editorconfig b/.editorconfig index 6cbcd47..870dbc4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,6 @@ insert_final_newline=false [*.rb] indent_style=space indent_size=2 +[*.sh] +indent_style=tab +indent_size=1