From 1949a04f81311660e2d0ec002c48115c63742d0b Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 26 Jan 2024 17:46:39 +0900 Subject: [PATCH] `vcpkg x-update-baseline` for updating baseline commit hash uses 2-spaces indent --- vcpkg.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 1296010e1f..6d2ee3a6bc 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,11 +1,11 @@ { - "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", - "dependencies": [ - "gmp", - "libffi", - "libyaml", - "openssl", - "zlib" - ], - "builtin-baseline": "53bef8994c541b6561884a8395ea35715ece75db" + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "dependencies": [ + "gmp", + "libffi", + "libyaml", + "openssl", + "zlib" + ], + "builtin-baseline": "53bef8994c541b6561884a8395ea35715ece75db" }