Skip to content

Commit 6d6d413

Browse files
committed
Update develop.{txt,jax}
1 parent a65bc81 commit 6d6d413

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/develop.jax

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*develop.txt* For Vim バージョン 9.1. Last change: 2025 May 05
1+
*develop.txt* For Vim バージョン 9.1. Last change: 2025 Jul 18
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -239,6 +239,10 @@ sound.c と sign.c は、配布された .clang-format ファイルに従って
239239

240240
他のエディタの場合は、リポジトリのルートに `.editorconfig` が提供される。
241241

242+
ソースファイル `sign.c``sound.c`、および新規ファイルでは、タブではなくス
243+
ペースのみを使用する。また、新規ファイルにはインデントテストに合格するために、
244+
`set et` を指定したモードラインを含める必要がある。
245+
242246

243247
☆宣言 *style-declarations*
244248

en/develop.txt

Lines changed: 5 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: 2025 May 05
1+
*develop.txt* For Vim version 9.1. Last change: 2025 Jul 18
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -237,6 +237,10 @@ you don't need to do anything due to the |modeline|.
237237

238238
For other editors an `.editorconfig` is provided at the root of the repo.
239239

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+
240244

241245
DECLARATIONS *style-declarations*
242246

0 commit comments

Comments
 (0)