From 9a2eb7ed1e758569a96b459b683aaf62ba8c5ef3 Mon Sep 17 00:00:00 2001 From: Sourabh Mehta Date: Wed, 17 Jun 2026 09:42:22 +0200 Subject: [PATCH] Formatting vcpkg-configuration.json file --- vcpkg-configuration.json | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index d0c4c8d..064f8af 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -1,14 +1,16 @@ -{ - "registries" : [ { - "name" : "arm", - "kind" : "artifact", - "location" : "https://artifacts.tools.arm.com/vcpkg-registry" - } ], - "requires" : { - "arm:tools/open-cmsis-pack/cmsis-toolbox" : "^2.13.0", - "arm:compilers/arm/armclang" : "^6.24.0", - "arm:tools/kitware/cmake" : "^3.31.5", - "arm:tools/ninja-build/ninja" : "^1.12.1", - "arm:models/arm/avh-fvp" : "^11.31.28" +{ + "registries": [ + { + "name": "arm", + "kind": "artifact", + "location": "https://artifacts.tools.arm.com/vcpkg-registry" } + ], + "requires": { + "arm:tools/open-cmsis-pack/cmsis-toolbox": "^2.13.0", + "arm:compilers/arm/armclang": "^6.24.0", + "arm:tools/kitware/cmake": "^3.31.5", + "arm:tools/ninja-build/ninja": "^1.12.1", + "arm:models/arm/avh-fvp": "^11.31.28" + } }