diff options
author | Daniel Mack <github@zonque.org> | 2015-11-23 18:17:57 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-11-23 18:17:57 +0100 |
commit | 9e6a4d57b6d5014f0941c5e03bb3d089a795e9d9 (patch) | |
tree | 3c9aef0ee5b8856701ffc1e483fba79572ca8f4a /Makefile.am | |
parent | 3719f851e3cbf25ce6b195ed9982d0b9d25a34d4 (diff) | |
parent | db787e79264e0bb996528b505377a9f935b1e186 (diff) |
Merge pull request #1996 from eworm-de/editorconfig
add editorconfig configuration
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index dd4af12c89..132e592976 100644 --- a/Makefile.am +++ b/Makefile.am @@ -661,6 +661,7 @@ EXTRA_DIST += \ README.md \ autogen.sh \ .dir-locals.el \ + .editorconfig \ .vimrc \ .ycm_extra_conf.py \ .travis.yml \ |