diff --git a/.editorconfig b/.editorconfig index 2d9a3109..9270938d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -28,3 +28,7 @@ indent_size = 4 [*.rs] indent_style = space indent_size = 4 + +[*.sh] +indent_size = 4 +indent_style = space