Fix whitespace in .gitmodules

This commit is contained in:
Tristan Penman 2022-08-30 14:31:28 +12:00
parent 2642dd4efc
commit 8d04b757d3

12
.gitmodules vendored
View File

@ -1,19 +1,19 @@
[submodule "thirdparty/picojson"]
path = thirdparty/picojson
url = https://github.com/tristanpenman/picojson.git
shallow = true
url = https://github.com/tristanpenman/picojson.git
shallow = true
[submodule "thirdparty/rapidjson"]
path = thirdparty/rapidjson
url = https://github.com/Tencent/rapidjson.git
shallow = true
url = https://github.com/Tencent/rapidjson.git
shallow = true
[submodule "thirdparty/nlohmann-json"]
path = thirdparty/nlohmann-json
url = https://github.com/nlohmann/json.git
shallow = true
[submodule "thirdparty/yaml-cpp"]
path = thirdparty/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
shallow = true
url = https://github.com/jbeder/yaml-cpp.git
shallow = true
[submodule "thirdparty/jsoncpp"]
path = thirdparty/jsoncpp
url = https://github.com/open-source-parsers/jsoncpp.git