@@ -21,7 +21,7 @@ AccessModifierOffset: -2
21
21
AlignAfterOpenBracket : Align
22
22
AlignConsecutiveAssignments : false
23
23
AlignConsecutiveDeclarations : true
24
- AlignEscapedNewlines : Left
24
+ AlignEscapedNewlines : Right
25
25
AlignOperands : true
26
26
AlignTrailingComments : true
27
27
# clang 9.0 AllowAllArgumentsOnNextLine: true
@@ -71,8 +71,8 @@ BreakBeforeTernaryOperators: true
71
71
BreakConstructorInitializers : BeforeComma
72
72
BreakAfterJavaFieldAnnotations : false
73
73
BreakStringLiterals : true
74
- # # The following line allows larger lines in non- documentation code
75
- ColumnLimit : 120
74
+ # # The following line uses shorter lines in documentation code
75
+ ColumnLimit : 78
76
76
CommentPragmas : ' ^ IWYU pragma:'
77
77
CompactNamespaces : false
78
78
ConstructorInitializerAllOnOneLineOrOnePerLine : false
@@ -114,8 +114,8 @@ ObjCSpaceBeforeProtocolList: false
114
114
PenaltyBreakAssignment : 2
115
115
PenaltyBreakBeforeFirstCallParameter : 19
116
116
PenaltyBreakComment : 300
117
- # # The following line allows larger lines in non- documentation code
118
- PenaltyBreakFirstLessLess : 120
117
+ # # The following line uses shorter lines in documentation code
118
+ PenaltyBreakFirstLessLess : 88
119
119
PenaltyBreakString : 1000
120
120
PenaltyBreakTemplateDeclaration : 10
121
121
PenaltyExcessCharacter : 1000000
0 commit comments