10000 Merge pull request #106 from rigtorp/patch-3 · svenzhang2016/cppbestpractices@aba2ab9 · GitHub
[go: up one dir, main page]

Skip to content

Commit aba2ab9

Browse files
authored
Merge pull request cpp-best-practices#106 from rigtorp/patch-3
Update clang-format instructions for VSCode
2 parents 4f58cf0 + ff5a566 commit aba2ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03-Style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Whatever style guidelines you establish, be sure to implement a `.clang-format`
1515

1616
Every IDE and many editors have support for clang-format built in or easily installable with an add-in.
1717

18+
* VSCode: [Microsoft C/C++ extension for VS Code](https://github.com/Microsoft/vscode-cpptools)
1819
* CLion: https://www.jetbrains.com/help/clion/clangformat-as-alternative-formatter.html
19-
* VSCode https://marketplace.visualstudio.com/items?itemName=xaver.clang-format
2020
* VisualStudio https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.ClangFormat#review-details
2121
* Resharper++: https://www.jetbrains.com/help/resharper/2017.2/Using_Clang_Format.html
2222
* Vim

0 commit comments

Comments
 (0)
0