X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=.editorconfig;h=63b1d749cb12653d63b5f735c361bddc5a289488;hb=ae760f4b165353ef4f0e84179131791c7a619550;hp=e98007c4e89d1ffcbea378903bd4df7519b023dc;hpb=688bb89de5de1d98284737e3c6e815c07a2d39c2;p=thirdparty%2Fsystemd.git 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