mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-12 10:13:51 +01:00
Fix whitespace in .gitmodules
This commit is contained in:
parent
2642dd4efc
commit
8d04b757d3
12
.gitmodules
vendored
12
.gitmodules
vendored
@ -1,19 +1,19 @@
|
|||||||
[submodule "thirdparty/picojson"]
|
[submodule "thirdparty/picojson"]
|
||||||
path = thirdparty/picojson
|
path = thirdparty/picojson
|
||||||
url = https://github.com/tristanpenman/picojson.git
|
url = https://github.com/tristanpenman/picojson.git
|
||||||
shallow = true
|
shallow = true
|
||||||
[submodule "thirdparty/rapidjson"]
|
[submodule "thirdparty/rapidjson"]
|
||||||
path = thirdparty/rapidjson
|
path = thirdparty/rapidjson
|
||||||
url = https://github.com/Tencent/rapidjson.git
|
url = https://github.com/Tencent/rapidjson.git
|
||||||
shallow = true
|
shallow = true
|
||||||
[submodule "thirdparty/nlohmann-json"]
|
[submodule "thirdparty/nlohmann-json"]
|
||||||
path = thirdparty/nlohmann-json
|
path = thirdparty/nlohmann-json
|
||||||
url = https://github.com/nlohmann/json.git
|
url = https://github.com/nlohmann/json.git
|
||||||
shallow = true
|
shallow = true
|
||||||
[submodule "thirdparty/yaml-cpp"]
|
[submodule "thirdparty/yaml-cpp"]
|
||||||
path = thirdparty/yaml-cpp
|
path = thirdparty/yaml-cpp
|
||||||
url = https://github.com/jbeder/yaml-cpp.git
|
url = https://github.com/jbeder/yaml-cpp.git
|
||||||
shallow = true
|
shallow = true
|
||||||
[submodule "thirdparty/jsoncpp"]
|
[submodule "thirdparty/jsoncpp"]
|
||||||
path = thirdparty/jsoncpp
|
path = thirdparty/jsoncpp
|
||||||
url = https://github.com/open-source-parsers/jsoncpp.git
|
url = https://github.com/open-source-parsers/jsoncpp.git
|
||||||
|
Loading…
Reference in New Issue
Block a user