Update editorconfig and the documented C-style for sign.c/sound.c

closes: #17786

Signed-off-by: Damien Lejay <damien@lejay.be>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Damien Lejay
2025-07-18 20:18:11 +02:00
committed by Christian Brabandt
parent 2f7c957c8d
commit 58706ac040
2 changed files with 14 additions and 1 deletions

View File

@ -35,3 +35,12 @@ trim_trailing_whitespace = false
[src/testdir/test*.vim]
# Some tests need trailing whitespaces, for example `set showbreak=>>\ `
trim_trailing_whitespace = false
#
# Some custom files do not use tabs
#
[src/sign.c]
indent_style = space
[src/sound.c]
indent_style = space