From d38c7becd1851c08089bba835d866aee47ba94ec Mon Sep 17 00:00:00 2001 From: Liam Huang Date: Fri, 1 Jan 2021 23:27:17 +0800 Subject: [PATCH] [git] .gitmodules: formatting. --- .gitmodules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index c105586..651c7c8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,11 @@ [submodule "thirdparty/blade-build"] - path = thirdparty/blade-build - url = https://github.com/repository-archives/blade-build.git + path = thirdparty/blade-build + url = https://github.com/repository-archives/blade-build.git branch = legacy [submodule "thirdparty/cpplint"] - path = thirdparty/cpplint - url = https://github.com/Liam0205/cpplint.git + path = thirdparty/cpplint + url = https://github.com/Liam0205/cpplint.git [submodule "thirdparty/Catch2"] - path = thirdparty/Catch2 - url = https://github.com/catchorg/Catch2.git + path = thirdparty/Catch2 + url = https://github.com/catchorg/Catch2.git branch = v2.x