summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan Pigott <ronan@rjp.ie>2023-10-26 23:32:55 +0200
committerLuca Boccassi <luca.boccassi@gmail.com>2023-10-26 23:41:03 +0200
commitdc8db30db9829bbebdb96e19420833c5d9073977 (patch)
tree1ccd605e7a62f679231fa2bab1454907be20517b
parentfd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET (diff)
downloadsystemd-dc8db30db9829bbebdb96e19420833c5d9073977.tar.xz
systemd-dc8db30db9829bbebdb96e19420833c5d9073977.zip
editorconfig: add NEWS whitespace configuration
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 071dac0c11..f3dcdfeccf 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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