]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - .editorconfig
travis: turn on UBSan on Fuzzit
[thirdparty/systemd.git] / .editorconfig
index e98007c4e89d1ffcbea378903bd4df7519b023dc..63b1d749cb12653d63b5f735c361bddc5a289488 100644 (file)
@@ -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