diff --git a/doc/develop.jax b/doc/develop.jax index 62f1549d1..52fc82589 100644 --- a/doc/develop.jax +++ b/doc/develop.jax @@ -1,4 +1,4 @@ -*develop.txt* For Vim バージョン 9.1. Last change: 2025 May 05 +*develop.txt* For Vim バージョン 9.1. Last change: 2025 Jul 18 VIMリファレンスマニュアル by Bram Moolenaar @@ -239,6 +239,10 @@ sound.c と sign.c は、配布された .clang-format ファイルに従って 他のエディタの場合は、リポジトリのルートに `.editorconfig` が提供される。 +ソースファイル `sign.c` と `sound.c`、および新規ファイルでは、タブではなくス +ペースのみを使用する。また、新規ファイルにはインデントテストに合格するために、 +`set et` を指定したモードラインを含める必要がある。 + ☆宣言 *style-declarations* diff --git a/en/develop.txt b/en/develop.txt index 621e7f668..726a59778 100644 --- a/en/develop.txt +++ b/en/develop.txt @@ -1,4 +1,4 @@ -*develop.txt* For Vim version 9.1. Last change: 2025 May 05 +*develop.txt* For Vim version 9.1. Last change: 2025 Jul 18 VIM REFERENCE MANUAL by Bram Moolenaar @@ -237,6 +237,10 @@ you don't need to do anything due to the |modeline|. For other editors an `.editorconfig` is provided at the root of the repo. +For the source files `sign.c` and `sound.c` and any new file use only spaces, +no tabs. In addition, any new file must include a modeline with `set et` to +pass the indentation test. + DECLARATIONS *style-declarations*