Skip to content

Commit 0f29e76

Browse files
author
mikeblome
committed
fixed link
1 parent 92c30dc commit 0f29e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/writing-and-refactoring-code-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To add new files to a project, right-click on the project node in Solution Explo
2424

2525
## Formatting options
2626

27-
To set formatting options such as indents, brace completion, and colorization, type "C++ Formatting" into the **QuickLaunch** window. Visual Studio 2017 version 15.7 and later supports ClangFormat. You can configure it in the [C/C++ Formatting Property Page](visualstudio/ide/reference/options-text-editor-c-cpp-formatting) under **Tools | Options | Text Editor | C/C++ | Formatting**.
27+
To set formatting options such as indents, brace completion, and colorization, type "C++ Formatting" into the **QuickLaunch** window. Visual Studio 2017 version 15.7 and later supports ClangFormat. You can configure it in the [C/C++ Formatting Property Page](/visualstudio/ide/reference/options-text-editor-c-cpp-formatting) under **Tools | Options | Text Editor | C/C++ | Formatting**.
2828

2929
![C++ formatting options](media/cpp-formatting-options.png)
3030

0 commit comments

Comments
 (0)