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 6ad001a commit 2083803Copy full SHA for 2083803
.clang-format
@@ -16,7 +16,7 @@ AllowAllParametersOfDeclarationOnNextLine: false
16
AllowShortBlocksOnASingleLine: Empty
17
AllowShortCaseLabelsOnASingleLine: false
18
AllowShortEnumsOnASingleLine: false
19
-AllowShortFunctionsOnASingleLine: None
+AllowShortFunctionsOnASingleLine: Empty
20
AllowShortIfStatementsOnASingleLine: Never
21
AllowShortLambdasOnASingleLine: None
22
AllowShortLoopsOnASingleLine: true
@@ -81,6 +81,7 @@ PenaltyBreakComment: 1
81
PenaltyBreakString: 1
82
PenaltyBreakFirstLessLess: 0
83
PenaltyExcessCharacter: 1000000
84
+PenaltyReturnTypeOnItsOwnLine: 100000000
85
PointerAlignment: Right
86
ReferenceAlignment: Pointer
87
ReflowComments: true
0 commit comments