File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1- *develop.txt* For Vim バージョン 9.1. Last change: 2024 Nov 11
1+ *develop.txt* For Vim バージョン 9.1. Last change: 2024 Dec 25
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -193,6 +193,12 @@ editorconfig プラグイン |editorconfig-install| と一緒に使用し、推
193193些細な変更でない場合は、必ず github でプルリクエストを作成すること。これによ
194194り、テストスイートがトリガーされる。
195195
196+ *style-clang-format*
197+ sound.c と sign.c は、配布された .clang-format ファイルに従って、
198+ `clang- format` フォーマッタを使用して (半) 自動的にフォーマットできる。他のソー
199+ スファイルはまだ .clang-format ファイルに対応していない。これは将来変更される
200+ 可能性があり、同様に再フォーマットされる可能性がある。
201+
196202
197203☆Cコンパイラ *style-compiler* *ANSI-C* *C89* *C99*
198204
Original file line number Diff line number Diff line change 1- *develop.txt* For Vim version 9.1. Last change: 2024 Nov 11
1+ *develop.txt* For Vim version 9.1. Last change: 2024 Dec 25
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -191,6 +191,12 @@ The basic steps to make changes to the code:
191191For any non-trivial change, please always create a pull request on github,
192192since this triggers the test suite.
193193
194+ *style-clang-format*
195+ sound.c and sign.c can be (semi-) automatically formated using the
196+ `clang- format` formatter according to the distributed .clang-format file.
197+ Other source files do not yet correspond to the .clang-format file. This may
198+ change in the future and they may be reformatted as well.
199+
194200
195201C COMPILER *style-compiler* *ANSI-C* *C89* *C99*
196202
You can’t perform that action at this time.
0 commit comments