diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2018-03-13 15:05:40 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2018-03-13 15:05:40 -0600 |
commit | 6206cbfb71a39048314314d9d0f00e97a43b95f2 (patch) | |
tree | f51754f41a4706689d4b4cced438e7c9a025b755 /.gitmodules | |
parent | e8ed3462bb066dbbf4860c378ee2d657896a2857 (diff) | |
download | vim-6206cbfb71a39048314314d9d0f00e97a43b95f2.tar.gz vim-6206cbfb71a39048314314d9d0f00e97a43b95f2.tar.bz2 vim-6206cbfb71a39048314314d9d0f00e97a43b95f2.zip |
Add clang-format
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f90e52b..11d4f4e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "bundle/unite"] path = bundle/unite url = https://github.com/Shougo/unite.vim.git +[submodule "bundle/clang-format"] + path = bundle/clang-format + url = https://github.com/rhysd/vim-clang-format.git |