]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - .editorconfig
core: Record ExecMainStartTimestamp before forking
[thirdparty/systemd.git] / .editorconfig
index 02196f72be8f31ae3b03b876434d4c2ca7c53307..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
 
@@ -32,3 +36,11 @@ indent_size = 8
 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