diff options
author | Ronan Pigott <ronan@rjp.ie> | 2023-10-26 23:32:55 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-10-26 23:41:03 +0200 |
commit | dc8db30db9829bbebdb96e19420833c5d9073977 (patch) | |
tree | 1ccd605e7a62f679231fa2bab1454907be20517b /.editorconfig | |
parent | fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET (diff) | |
download | systemd-dc8db30db9829bbebdb96e19420833c5d9073977.tar.xz systemd-dc8db30db9829bbebdb96e19420833c5d9073977.zip |
editorconfig: add NEWS whitespace configuration
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
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 |