diff --git a/doc/develop.jax b/doc/develop.jax index f9aa80f2a..4c581cd21 100644 --- a/doc/develop.jax +++ b/doc/develop.jax @@ -1,4 +1,4 @@ -*develop.txt* For Vim バージョン 9.1. Last change: 2024 Oct 31 +*develop.txt* For Vim バージョン 9.1. Last change: 2024 Nov 11 VIMリファレンスマニュアル by Bram Moolenaar @@ -168,6 +168,10 @@ Vimのソースコードに変更を加える際、守るべきルールがあ このリストは完全ではない。より多くの例は、ソースコードを見て欲しい。 +コードリポジトリには editorconfig ファイルが含まれており、配布されている +editorconfig プラグイン |editorconfig-install| と一緒に使用し、推奨スタイルに +従うようにすることができる。 + ☆変更する *style-changes* diff --git a/en/develop.txt b/en/develop.txt index dd8b94d91..84aa53dc8 100644 --- a/en/develop.txt +++ b/en/develop.txt @@ -1,4 +1,4 @@ -*develop.txt* For Vim version 9.1. Last change: 2024 Oct 31 +*develop.txt* For Vim version 9.1. Last change: 2024 Nov 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -166,6 +166,10 @@ stick to these rules, to keep the sources readable and maintainable. This list is not complete. Look in the source code for more examples. +The code repository contains an editorconfig file, that can be used together +with the distributed editorconfig plugin |editorconfig-install| to ensure the +recommended style is followed. + MAKING CHANGES *style-changes*