File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- *develop.txt* For Vim バージョン 9.1. Last change: 2025 May 05
1
+ *develop.txt* For Vim バージョン 9.1. Last change: 2025 Jul 18
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -239,6 +239,10 @@ sound.c と sign.c は、配布された .clang-format ファイルに従って
239
239
240
240
他のエディタの場合は、リポジトリのルートに `.editorconfig` が提供される。
241
241
242
+ ソースファイル `sign .c ` と `sound.c ` 、および新規ファイルでは、タブではなくス
243
+ ペースのみを使用する。また、新規ファイルにはインデントテストに合格するために、
244
+ `set et` を指定したモードラインを含める必要がある。
245
+
242
246
243
247
☆宣言 *style-declarations*
244
248
Original file line number Diff line number Diff line change 1
- *develop.txt* For Vim version 9.1. Last change: 2025 May 05
1
+ *develop.txt* For Vim version 9.1. Last change: 2025 Jul 18
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -237,6 +237,10 @@ you don't need to do anything due to the |modeline|.
237
237
238
238
For other editors an `.editorconfig` is provided at the root of the repo.
239
239
240
+ For the source files `sign .c ` and `sound.c ` and any new file use only spaces,
241
+ no tabs. In addition, any new file must include a modeline with `set et` to
242
+ pass the indentation test.
243
+
240
244
241
245
DECLARATIONS *style-declarations*
242
246
You can’t perform that action at this time.
0 commit comments