From cc7ad23bf7c397db25d2c11c474139cea3c02221 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Mon, 4 Apr 2016 12:06:12 -0700 Subject: [PATCH] Add editorconfig as submodule Repos with submodules do not work well with git subtrees. --- .gitmodules | 3 +++ vim/bundle/editorconfig | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/editorconfig diff --git a/.gitmodules b/.gitmodules index ff6d698..5f13ed5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "vim/bundle/you-complete-me"] path = vim/bundle/you-complete-me url = https://github.com/Valloric/YouCompleteMe.git +[submodule "editorconfig"] + path = vim/bundle/editorconfig + url = https://github.com/editorconfig/editorconfig-vim.git diff --git a/vim/bundle/editorconfig b/vim/bundle/editorconfig new file mode 160000 index 0000000..ef035f5 --- /dev/null +++ b/vim/bundle/editorconfig @@ -0,0 +1 @@ +Subproject commit ef035f51af3adb429aedb0f82f27fdd523f6bb35