We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09cfd3 commit 4e6c9c1Copy full SHA for 4e6c9c1
.clang-format
@@ -2,7 +2,7 @@
2
Language: Cpp
3
BasedOnStyle: LLVM
4
AlwaysBreakTemplateDeclarations: Yes
5
-BreakBeforeBraces: Attach
+BreakBeforeBraces: Allman
6
ColumnLimit: 160
7
SpaceAfterTemplateKeyword: true
8
Standard: c++20
@@ -29,3 +29,4 @@ IncludeCategories:
29
Priority: 30
30
PointerAlignment: Left
31
QualifierAlignment: Left
32
+NamespaceIndentation: All
0 commit comments