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 | |
| parent | b4df743852d4a4f08cee9d75976fd7228eb99f02 (diff) | |
Adds editorconfig
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | vim/bundle/editorconfig-vim | 0 |
2 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 diff --git a/vim/bundle/editorconfig-vim b/vim/bundle/editorconfig-vim new file mode 160000 +Subproject 646c18062e6b168eb485bbc6b51d7c77c23a35e |