Skip to content

Commit 4f58cf0

Browse files
authored
Merge pull request cpp-best-practices#105 from rigtorp/patch-2
Add clang-format instructions for CLion
2 parents e73393f + 1122346 commit 4f58cf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

03-Style.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ 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+
* CLion: https://www.jetbrains.com/help/clion/clangformat-as-alternative-formatter.html
1819
* VSCode https://marketplace.visualstudio.com/items?itemName=xaver.clang-format
1920
* VisualStudio https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.ClangFormat#review-details
2021
* Resharper++: https://www.jetbrains.com/help/resharper/2017.2/Using_Clang_Format.html

0 commit comments

Comments
 (0)