Skip to content

Commit d90f8ad

Browse files
authored
header casing & markdown syntax tweaks
1 parent 6de2ecf commit d90f8ad

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/code-quality/clang-tidy.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,12 @@ Clang-Tidy recognizes the following keys:
4141

4242
If neither of the "enable" options are specified, Visual Studio will select the analysis tool matching the Platform Toolset used.
4343

44-
### CMake Settings
45-
To edit your clang-tidy settings, open your CMake Settings, and select **Edit JSON** in the CMake Project Settings Editor. You can use the keys above to fill out your clang-tidy specifications in the CMake Settings json file.
44+
### CMake settings
45+
46+
To edit your Clang-Tidy settings, open your CMake settings, and select **Edit JSON** in the CMake Project Settings Editor. You can use the keys above to fill out your clang-tidy specifications in the CMake Settings json file.
47+
4648
An example CMake settings implementation looks like this:
49+
4750
```json
4851
{
4952
"configurations": [
@@ -59,9 +62,12 @@ An example CMake settings implementation looks like this:
5962
}
6063
```
6164

62-
### CMake Presets
65+
### CMake presets
66+
6367
The same keys can be used in your CMake presets via the `vendor` object.
68+
6469
An example CMake preset implementation looks like this:
70+
6571
```json
6672
"configurePreset": [
6773
{ "name": "base",

0 commit comments

Comments
 (0)