diff options
| author | Ben Beltran <ben@nsovocal.com> | 2015-10-26 08:04:26 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2015-10-26 08:04:26 -0600 |
| commit | dc228a52bc420fb3d6c9c482da638ed90d39ffb8 (patch) | |
| tree | e282830d9d4294f1c6a93c02b5052d93896cbe77 /.gitmodules | |
| parent | b4df743852d4a4f08cee9d75976fd7228eb99f02 (diff) | |
Adds editorconfig
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f867064..64d438b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -106,3 +106,6 @@ [submodule "vim/bundle/vim-togglelist"] path = vim/bundle/vim-togglelist url = https://github.com/milkypostman/vim-togglelist +[submodule "vim/bundle/editorconfig-vim"] + path = vim/bundle/editorconfig-vim + url = https://github.com/editorconfig/editorconfig-vim.git |