]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - .editorconfig
core: Record ExecMainStartTimestamp before forking
[thirdparty/systemd.git] / .editorconfig
index d24acc1f0c26f3e0ab0e46f6c2557563bf9ab719..f3dcdfeccfbab6abc211806d8b13397fc58d7bb1 100644 (file)
@@ -14,12 +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
 
@@ -30,3 +35,12 @@ 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