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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -193,6 +193,12 @@ editorconfig プラグイン |editorconfig-install| と一緒に使用し、推
193
193
些細な変更でない場合は、必ず github でプルリクエストを作成すること。これによ
194
194
り、テストスイートがトリガーされる。
195
195
196
+ *style-clang-format*
197
+ sound.c と sign.c は、配布された .clang-format ファイルに従って、
198
+ `clang- format` フォーマッタを使用して (半) 自動的にフォーマットできる。他のソー
199
+ スファイルはまだ .clang-format ファイルに対応していない。これは将来変更される
200
+ 可能性があり、同様に再フォーマットされる可能性がある。
201
+
196
202
197
203
☆Cコンパイラ *style-compiler* *ANSI-C* *C89* *C99*
198
204
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -191,6 +191,12 @@ The basic steps to make changes to the code:
191
191
For any non-trivial change, please always create a pull request on github,
192
192
since this triggers the test suite.
193
193
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
+
194
200
195
201
C COMPILER *style-compiler* *ANSI-C* *C89* *C99*
196
202
You can’t perform that action at this time.
0 commit comments