We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7720d88 commit 45e6123Copy full SHA for 45e6123
.clang-format
@@ -9,7 +9,7 @@ ColumnLimit : 120
9
CommentPragmas : '^\\.+'
10
SpaceBeforeParens : ControlStatements
11
SpaceInEmptyParentheses : false
12
-Standard : c++11
+Standard : c++20
13
14
AllowShortBlocksOnASingleLine : false
15
AllowShortCaseLabelsOnASingleLine : true
@@ -20,3 +20,7 @@ AllowShortLambdasOnASingleLine : true
20
AllowShortLoopsOnASingleLine : false
21
AlwaysBreakTemplateDeclarations : MultiLine
22
IndentCaseLabels : false
23
+
24
+IndentRequiresClause : true
25
+RequiresClausePosition : OwnLine
26
+RequiresExpressionIndentation : OuterScope
0 commit comments