X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=.editorconfig;h=d24acc1f0c26f3e0ab0e46f6c2557563bf9ab719;hb=3177b9270c88ba8b758d5ea9c8210248ea03b259;hp=67d848b68d1a96849e36d5ce40aea31a9f1b795e;hpb=54d564a2122acb364a2e3dc1c1562386b9ce3080;p=thirdparty%2Fsystemd.git diff --git a/.editorconfig b/.editorconfig index 67d848b68d1..d24acc1f0c2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,6 +19,14 @@ charset = utf-8 indent_style = space indent_size = 8 +[*.sh] +indent_style = space +indent_size = 4 + [meson.build] indent_style = space indent_size = 8 + +[man/*.xml] +indent_size = 2 +indent_style = space