Skip to content

Commit 025f675

Browse files
[CMake] os-macos.json: Apply auto-formatting
Signed-off-by: Christian Parpart <christian@parpart.family>
1 parent 74ca9a1 commit 025f675

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

cmake/presets/os-macos.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"version": 6,
3-
"include": [ "common.json" ],
3+
"include": [
4+
"common.json"
5+
],
46
"configurePresets": [
57
{
68
"name": "macos-common",
@@ -21,12 +23,18 @@
2123
{
2224
"name": "macos-debug",
2325
"displayName": "MacOS - Debug",
24-
"inherits": ["macos-common", "debug"]
26+
"inherits": [
27+
"macos-common",
28+
"debug"
29+
]
2530
},
2631
{
2732
"name": "macos-release",
2833
"displayName": "MacOS - Release",
29-
"inherits": ["macos-common", "release"]
34+
"inherits": [
35+
"macos-common",
36+
"release"
37+
]
3038
}
3139
],
3240
"buildPresets": [
@@ -45,7 +53,9 @@
4553
{
4654
"name": "macos-debug",
4755
"configurePreset": "macos-debug",
48-
"output": {"outputOnFailure": true},
56+
"output": {
57+
"outputOnFailure": true
58+
},
4959
"execution": {
5060
"noTestsAction": "error",
5161
"stopOnFailure": true
@@ -56,7 +66,9 @@
5666
{
5767
"name": "macos-release",
5868
"configurePreset": "macos-release",
59-
"generators": [ "DragNDrop" ]
69+
"generators": [
70+
"DragNDrop"
71+
]
6072
}
6173
]
62-
}
74+
}

0 commit comments

Comments
 (0)