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 09a83ca commit b8081e8Copy full SHA for b8081e8
.clang-format
@@ -5,7 +5,7 @@ AlwaysBreakTemplateDeclarations: Yes
5
BreakBeforeBraces: Attach
6
ColumnLimit: 160
7
SpaceAfterTemplateKeyword: true
8
-Standard: c++20
+Standard: c++23
9
TabWidth: 4
10
IndentWidth: 4
11
UseTab: Always
@@ -28,4 +28,4 @@ IncludeCategories:
28
- Regex: '<([A-Za-z0-9\/-_])+>'
29
Priority: 30
30
PointerAlignment: Left
31
-QualifierAlignment: Right
+QualifierAlignment: Left
0 commit comments