X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=.editorconfig;h=63b1d749cb12653d63b5f735c361bddc5a289488;hb=e87e6962fd58c0ac52f924c34311447d0fd7d51e;hp=67d848b68d1a96849e36d5ce40aea31a9f1b795e;hpb=701afcbf125ee41c82cd49091806f93d24df562a;p=thirdparty%2Fsystemd.git diff --git a/.editorconfig b/.editorconfig index 67d848b68d1..63b1d749cb1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,6 +19,10 @@ charset = utf-8 indent_style = space indent_size = 8 +[*.sh] +indent_style = space +indent_size = 4 + [meson.build] indent_style = space indent_size = 8