]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - .editorconfig
Merge pull request #32271 from YHNdnzj/arch-man
[thirdparty/systemd.git] / .editorconfig
index 27bb3755d60e2a06d0b871308fbf6a2e5d90d1f8..f3dcdfeccfbab6abc211806d8b13397fc58d7bb1 100644 (file)
@@ -14,13 +14,17 @@ insert_final_newline = true
 trim_trailing_whitespace = true
 charset = utf-8
 
+[NEWS]
+indent_style = space
+indent_size = 4
+
 # Match config files, set indent to spaces with width of eight
 [*.{c,h}]
 indent_style = space
 indent_size = 8
 max_line_length = 109
 
-[*.sh]
+[*.sh,mkosi.build,mkosi.prepare,mkosi.postinst]
 indent_style = space
 indent_size = 4