Skip to content

Commit

Permalink
.clang-format: add 'ReflowComments: false' and raise PenaltyBreakComment
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Dec 30, 2022
1 parent b713968 commit 47d011a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ ObjCBlockIndentWidth: 2
ObjCSpaceAfterProperty: false
ObjCSpaceBeforeProtocolList: true
PenaltyBreakBeforeFirstCallParameter: 19
PenaltyBreakComment: 300
PenaltyBreakComment: 1000000000
PenaltyBreakFirstLessLess: 120
PenaltyBreakString: 1000
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
ReflowComments: false
SortIncludes: false
SpaceAfterCStyleCast: false
SpaceBeforeAssignmentOperators: true
Expand Down

0 comments on commit 47d011a

Please sign in to comment.