diff --git a/doc/develop.jax b/doc/develop.jax index 4c581cd21..03980f2ca 100644 --- a/doc/develop.jax +++ b/doc/develop.jax @@ -1,4 +1,4 @@ -*develop.txt* For Vim バージョン 9.1. Last change: 2024 Nov 11 +*develop.txt* For Vim バージョン 9.1. Last change: 2024 Dec 25 VIMリファレンスマニュアル by Bram Moolenaar @@ -193,6 +193,12 @@ editorconfig プラグイン |editorconfig-install| と一緒に使用し、推 些細な変更でない場合は、必ず github でプルリクエストを作成すること。これによ り、テストスイートがトリガーされる。 + *style-clang-format* +sound.c と sign.c は、配布された .clang-format ファイルに従って、 +`clang-format` フォーマッタを使用して (半) 自動的にフォーマットできる。他のソー +スファイルはまだ .clang-format ファイルに対応していない。これは将来変更される +可能性があり、同様に再フォーマットされる可能性がある。 + ☆Cコンパイラ *style-compiler* *ANSI-C* *C89* *C99* diff --git a/en/develop.txt b/en/develop.txt index 84aa53dc8..d97d230e9 100644 --- a/en/develop.txt +++ b/en/develop.txt @@ -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*