Skip to content

Commit b899d8b

Browse files
authored
Merge pull request #1834 from h-east/update-develop
Update develop.{txt,jax}
2 parents 726398b + 08e2410 commit b899d8b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/develop.jax

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*develop.txt* For Vim バージョン 9.1. Last change: 2024 Oct 31
1+
*develop.txt* For Vim バージョン 9.1. Last change: 2024 Nov 11
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -168,6 +168,10 @@ Vimのソースコードに変更を加える際、守るべきルールがあ
168168

169169
このリストは完全ではない。より多くの例は、ソースコードを見て欲しい。
170170

171+
コードリポジトリには editorconfig ファイルが含まれており、配布されている
172+
editorconfig プラグイン |editorconfig-install| と一緒に使用し、推奨スタイルに
173+
従うようにすることができる。
174+
171175

172176
☆変更する *style-changes*
173177

en/develop.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*develop.txt* For Vim version 9.1. Last change: 2024 Oct 31
1+
*develop.txt* For Vim version 9.1. Last change: 2024 Nov 11
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -166,6 +166,10 @@ stick to these rules, to keep the sources readable and maintainable.
166166

167167
This list is not complete. Look in the source code for more examples.
168168

169+
The code repository contains an editorconfig file, that can be used together
170+
with the distributed editorconfig plugin |editorconfig-install| to ensure the
171+
recommended style is followed.
172+
169173

170174
MAKING CHANGES *style-changes*
171175

0 commit comments

Comments
 (0)