Merge pull request #106 from rigtorp/patch-3

Update clang-format instructions for VSCode
This commit is contained in:
Jason Turner
2019-06-06 14:39:13 -05:00
committed by GitHub

View File

@@ -15,8 +15,8 @@ Whatever style guidelines you establish, be sure to implement a `.clang-format`
Every IDE and many editors have support for clang-format built in or easily installable with an add-in.
* VSCode: [Microsoft C/C++ extension for VS Code](https://github.com/Microsoft/vscode-cpptools)
* CLion: https://www.jetbrains.com/help/clion/clangformat-as-alternative-formatter.html
* VSCode https://marketplace.visualstudio.com/items?itemName=xaver.clang-format
* VisualStudio https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.ClangFormat#review-details
* Resharper++: https://www.jetbrains.com/help/resharper/2017.2/Using_Clang_Format.html
* Vim