-*develop.txt* For Vim version 9.1. Last change: 2024 Nov 11
+*develop.txt* For Vim version 9.1. Last change: 2024 Dec 25
VIM REFERENCE MANUAL by Bram Moolenaar
For any non-trivial change, please always create a pull request on github,
since this triggers the test suite.
+ *style-clang-format*
+sound.c and sign.c can be (semi-) automatically formated using the
+`clang-format` formatter according to the distributed .clang-format file.
+Other source files do not yet correspond to the .clang-format file. This may
+change in the future and they may be reformatted as well.
+
C COMPILER *style-compiler* *ANSI-C* *C89* *C99*
strwidth() builtin.txt /*strwidth()*
style-braces develop.txt /*style-braces*
style-changes develop.txt /*style-changes*
+style-clang-format develop.txt /*style-clang-format*
style-comments develop.txt /*style-comments*
style-common-functions develop.txt /*style-common-functions*
style-compiler develop.txt /*style-compiler*