editorconfig: add NEWS whitespace configuration

This commit is contained in:
Ronan Pigott 2023-10-26 14:32:55 -07:00 committed by Luca Boccassi
parent 7113640493
commit dc8db30db9

View file

@ -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