Skip to content

Commit 232948a

Browse files
authored
Merge pull request #7401 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch master)
2 parents 2cf3a03 + 0b19822 commit 232948a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/ide/cpp-editorconfig-properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ The Visual Studio C++ formatter has a rich set of configurable settings that can
2222

2323
## C++ formatting conventions
2424

25-
C++ formatting EditorConfig settings are prefixed with `_cpp__`. Here's an example of what your EditorConfig file might look like:
25+
C++ formatting EditorConfig settings are prefixed with `cpp_`. Here's an example of what your EditorConfig file might look like:
2626

2727
```ini
28-
[\*.{c++,cc,cpp,cxx,h,h++,hh,hpp,hxx,inl,ipp,tlh,tli}]
28+
[*.{c++,cc,cpp,cxx,h,h++,hh,hpp,hxx,inl,ipp,tlh,tli}]
2929

3030
cpp_indent_case_contents_when_block = true
3131
cpp_new_line_before_open_brace_namespace = same_line
-159 KB
Loading

docs/test/configure-unit-tests-by-using-a-dot-runsettings-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ The code coverage data collector creates a log of which parts of the application
215215
<CollectFromChildProcesses>True</CollectFromChildProcesses>
216216
<CollectAspDotNet>False</CollectAspDotNet>
217217
</CodeCoverage>
218-
</CodeCoverage>
219-
</Configuration>
218+
</Configuration>
219+
</DataCollector>
220220
```
221221

222222
### VideoRecorder data collector

0 commit comments

Comments
 (0)