From: Ronan Pigott Date: Thu, 26 Oct 2023 21:32:55 +0000 (-0700) Subject: editorconfig: add NEWS whitespace configuration X-Git-Tag: v255-rc1~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc8db30db9829bbebdb96e19420833c5d9073977;p=thirdparty%2Fsystemd.git editorconfig: add NEWS whitespace configuration --- diff --git a/.editorconfig b/.editorconfig index 071dac0c11a..f3dcdfeccfb 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