We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5494a commit 27ea714Copy full SHA for 27ea714
.clang-format
@@ -37,7 +37,7 @@ BreakAfterJavaFieldAnnotations: false
37
BreakStringLiterals: false
38
ColumnLimit: 80
39
CommentPragmas: '^ IWYU pragma:'
40
-CompactNamespaces: true
+CompactNamespaces: false
41
ConstructorInitializerAllOnOneLineOrOnePerLine: true
42
ConstructorInitializerIndentWidth: 4
43
ContinuationIndentWidth: 4
@@ -68,7 +68,7 @@ PenaltyBreakComment: 300
68
PenaltyBreakFirstLessLess: 120
69
PenaltyBreakString: 1000
70
PenaltyExcessCharacter: 1000000
71
-PenaltyReturnTypeOnItsOwnLine: 200
+PenaltyReturnTypeOnItsOwnLine: 2000000
72
PointerAlignment: Left
73
ReflowComments: true
74
SortIncludes: true
0 commit comments