Add .editorconfig to maintain a more consistent coding style

This does not set anything yet.

See http://editorconfig.org/ for more information.
This commit is contained in:
Olaf Meeuwissen
2017-05-27 13:52:59 +09:00
parent c68009300d
commit b748781571
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# .editorconfig -- settings for consistent coding style conventions
# Copyright (C) 2017 Olaf Meeuwissen
#
# License: GPL-3.0+
# Your editor may need a plugin for this configuration to take effect.
# See http://editorconfig.org/#download for details.
root = true ; look no further
+1
View File
@@ -13,6 +13,7 @@ dist_doc_DATA = AUTHORS ChangeLog COPYING LICENSE NEWS PROBLEMS PROJECTS \
README.solaris README.unixware2 README.unixware7 README.windows \
README.zeta
EXTRA_DIST = $(PACKAGE).lsm
EXTRA_DIST += .editorconfig
#
# Keep the .gitignore files sorted, and use this target to do it.