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 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit