diff options
author | Thomas Mühlbacher <tmuehlbacher@posteo.net> | 2024-06-10 23:14:50 +0200 |
---|---|---|
committer | Thomas Mühlbacher <tmuehlbacher@posteo.net> | 2024-06-18 20:56:06 +0200 |
commit | 87ab1fd7edf331cdb5fe3e447d18e9447e1b2149 (patch) | |
tree | 1ba00fcde89dc642a5f7e5030d500bb2996b1a61 | |
parent | c909480560a5690b6701e1b894d7942f4ac60be0 (diff) |
chore(editorconfig): extend for sh scripts
To match with what's already in the repo.
Signed-off-by: Thomas Mühlbacher <tmuehlbacher@posteo.net>
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
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 |