closes: #17786
Signed-off-by: Damien Lejay <damien@lejay.be>
Signed-off-by: Christian Brabandt <cb@256bit.org>
[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
-*develop.txt* For Vim version 9.1. Last change: 2025 May 05
+*develop.txt* For Vim version 9.1. Last change: 2025 Jul 18
VIM REFERENCE MANUAL by Bram Moolenaar
For other editors an `.editorconfig` is provided at the root of the repo.
+For the source files `sign.c` and `sound.c` and any new file use only spaces,
+no tabs. In addition, any new file must include a modeline with `set et` to
+pass the indentation test.
+
DECLARATIONS *style-declarations*