vcpkg x-update-baseline for updating baseline commit hash uses 2-spaces indent

This commit is contained in:
Hiroshi SHIBATA 2024-01-26 17:46:39 +09:00
parent 771a2f039b
commit 1949a04f81
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -1,11 +1,11 @@
{ {
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [ "dependencies": [
"gmp", "gmp",
"libffi", "libffi",
"libyaml", "libyaml",
"openssl", "openssl",
"zlib" "zlib"
], ],
"builtin-baseline": "53bef8994c541b6561884a8395ea35715ece75db" "builtin-baseline": "53bef8994c541b6561884a8395ea35715ece75db"
} }