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 e6647ab commit f06867eCopy full SHA for f06867e
.clang-format
@@ -14,7 +14,7 @@ IndentWrappedFunctionNames: false
14
AccessModifierOffset: -2
15
16
# Alignment
17
-AlignAfterOpenBracket: DontAlign
+AlignAfterOpenBracket: BlockIndent
18
AlignConsecutiveAssignments: false
19
AlignConsecutiveDeclarations: false
20
AlignConsecutiveMacros: false
@@ -30,6 +30,7 @@ BinPackParameters: false
30
AllowAllArgumentsOnNextLine: false
31
ExperimentalAutoDetectBinPacking: false
32
PenaltyBreakBeforeFirstCallParameter: 1
33
+AlwaysBreakAfterDefinitionReturnType: None
34
35
# Wrapping and Breaking
36
ColumnLimit: 0
0 commit comments