X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=blobdiff_plain;f=.editorconfig;h=63b1d749cb12653d63b5f735c361bddc5a289488;hp=67d848b68d1a96849e36d5ce40aea31a9f1b795e;hb=14e0259b499c188de09040f2e5857a0193094d5a;hpb=7123a951d05474c6edfe194d66a35745be803485 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