chore(editorconfig): extend for sh scripts

To match with what's already in the repo.

Signed-off-by: Thomas Mühlbacher <tmuehlbacher@posteo.net>
This commit is contained in:
Thomas Mühlbacher 2024-06-10 23:14:50 +02:00
parent c909480560
commit 87ab1fd7ed

View File

@ -28,3 +28,7 @@ indent_size = 4
[*.rs]
indent_style = space
indent_size = 4
[*.sh]
indent_size = 4
indent_style = space