From dc8db30db9829bbebdb96e19420833c5d9073977 Mon Sep 17 00:00:00 2001 From: Ronan Pigott Date: Thu, 26 Oct 2023 14:32:55 -0700 Subject: [PATCH] editorconfig: add NEWS whitespace configuration --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) 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