Skip to content

Commit 7bbf11f

Browse files
authored
Merge pull request #1897 from h-east/update-develop
Update develop.{txt,jax}
2 parents adff30e + ab39773 commit 7bbf11f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

doc/develop.jax

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

en/develop.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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:
191191
For any non-trivial change, please always create a pull request on github,
192192
since 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

195201
C COMPILER *style-compiler* *ANSI-C* *C89* *C99*
196202

0 commit comments

Comments
 (0)