]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - .editorconfig
fileio: add brief explanations for flags
[thirdparty/systemd.git] / .editorconfig
index 67d848b68d1a96849e36d5ce40aea31a9f1b795e..d24acc1f0c26f3e0ab0e46f6c2557563bf9ab719 100644 (file)
@@ -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