]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - .editorconfig
core: Record ExecMainStartTimestamp before forking
[thirdparty/systemd.git] / .editorconfig
index e98007c4e89d1ffcbea378903bd4df7519b023dc..f3dcdfeccfbab6abc211806d8b13397fc58d7bb1 100644 (file)
@@ -14,7 +14,33 @@ 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,mkosi.build,mkosi.prepare,mkosi.postinst]
+indent_style = space
+indent_size = 4
+
+[meson.build]
+indent_style = space
+indent_size = 8
+
+[man/*.xml]
+indent_size = 2
+indent_style = space
+max_line_length = 109
+
+[docs/**/*.css]
+indent_style = space
+indent_size = 2
+
+[docs/**/*.html]
+indent_style = space
+indent_size = 2