From: Ben Beltran Date: Mon, 26 Oct 2015 14:04:26 +0000 (-0600) Subject: Adds editorconfig X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/commitdiff_plain/dc228a52bc420fb3d6c9c482da638ed90d39ffb8?ds=inline Adds editorconfig --- 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