From dc228a52bc420fb3d6c9c482da638ed90d39ffb8 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 26 Oct 2015 08:04:26 -0600 Subject: Adds editorconfig --- .gitmodules | 3 +++ vim/bundle/editorconfig-vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/editorconfig-vim 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 index 0000000..646c180 --- /dev/null +++ b/vim/bundle/editorconfig-vim @@ -0,0 +1 @@ +Subproject commit 646c18062e6b168eb485bbc6b51d7c77c23a35e0 -- cgit