Skip to content

Commit 77e743f

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#2572 from sebkraemer/patch-1
fix formatting error in build configuration
2 parents 98a7f06 + 989809c commit 77e743f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/build/cmake-predefined-configuration-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ When you choose a configuration, it is added to the *CMakeSettings.json* file in
5959
"inheritEnvironments": [
6060
"linux_x64"
6161
]
62-
}
62+
}
6363

6464
{
6565
"name": "Linux-Release",
@@ -88,8 +88,8 @@ When you choose a configuration, it is added to the *CMakeSettings.json* file in
8888
"inheritEnvironments": [
8989
"linux_x64"
9090
]
91-
},
92-
```
91+
},
92+
```
9393

9494

9595
You can use these optional settings for more control:

0 commit comments

Comments
 (0)