summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-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