Add an .editorconfig file to repository

This commit tries to use an editorconfig file to ensure the same
settings across editors while contributing to the vim repository.

The rules are based of the guidelines defined in
`runtime/doc/develop.txt`.

Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Luca Saccarola
2024-11-11 21:33:50 +01:00
committed by Christian Brabandt
parent 1083cae709
commit feea1b444e
3 changed files with 27 additions and 1 deletions

View File

@ -18,6 +18,7 @@ SRC_ALL = \
.hgignore \
.appveyor.yml \
.codecov.yml \
.editorconfig \
ci/appveyor.bat \
ci/config.mk*.sed \
ci/if_ver*.vim \