]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
editorconfig: add NEWS whitespace configuration
authorRonan Pigott <ronan@rjp.ie>
Thu, 26 Oct 2023 21:32:55 +0000 (14:32 -0700)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 26 Oct 2023 21:41:03 +0000 (22:41 +0100)
.editorconfig

index 071dac0c11af317c37b9bebc7282479f94cb95f0..f3dcdfeccfbab6abc211806d8b13397fc58d7bb1 100644 (file)
@@ -14,6 +14,10 @@ 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