From 6d6d4139f2b2bc41d582eb74e61f9eab58e6cd38 Mon Sep 17 00:00:00 2001 From: h-east Date: Sat, 19 Jul 2025 11:52:38 +0900 Subject: [PATCH] Update develop.{txt,jax} --- doc/develop.jax | 6 +++++- en/develop.txt | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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*