]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): mention auto-format using clang-format for sound.c/sign.c 16281/head
authorChristian Brabandt <cb@256bit.org>
Wed, 25 Dec 2024 17:00:38 +0000 (18:00 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 25 Dec 2024 17:03:09 +0000 (18:03 +0100)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/develop.txt
runtime/doc/tags

index 84aa53dc8c3ff3a8f99b59a11c24d5dc248c83a1..d97d230e9f36d606d24eb58824612f1683e710d0 100644 (file)
@@ -1,4 +1,4 @@
-*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
@@ -191,6 +191,12 @@ The basic steps to make changes to the code:
 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*
 
index 2e97186d2b92aab07206894b0f5b61c137e45148..b2aa064634bfc49ee779016a078ce9b00d5e3828 100644 (file)
@@ -10268,6 +10268,7 @@ strutf16len()   builtin.txt     /*strutf16len()*
 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*