X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=blobdiff_plain;f=.editorconfig;h=63b1d749cb12653d63b5f735c361bddc5a289488;hp=e98007c4e89d1ffcbea378903bd4df7519b023dc;hb=356f607aa327a9ec3c972728f1e2687a4890d891;hpb=91ba5ac7d0196074863ff08f5251689d324a6550 diff --git a/.editorconfig b/.editorconfig index e98007c4e89..63b1d749cb1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,3 +18,11 @@ charset = utf-8 [*.{c,h}] indent_style = space indent_size = 8 + +[*.sh] +indent_style = space +indent_size = 4 + +[meson.build] +indent_style = space +indent_size = 8