Add editorconfig as submodule
Repos with submodules do not work well with git subtrees.main
parent
5765ff79a1
commit
cc7ad23bf7
@ -1,3 +1,6 @@
|
|||||||
[submodule "vim/bundle/you-complete-me"]
|
[submodule "vim/bundle/you-complete-me"]
|
||||||
path = vim/bundle/you-complete-me
|
path = vim/bundle/you-complete-me
|
||||||
url = https://github.com/Valloric/YouCompleteMe.git
|
url = https://github.com/Valloric/YouCompleteMe.git
|
||||||
|
[submodule "editorconfig"]
|
||||||
|
path = vim/bundle/editorconfig
|
||||||
|
url = https://github.com/editorconfig/editorconfig-vim.git
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
Subproject commit ef035f51af3adb429aedb0f82f27fdd523f6bb35
|
Loading…
Reference in New Issue