Skip to content

Commit

Permalink
[clang-format] line-comment length
Browse files Browse the repository at this point in the history
clang-format, ignore line-comment length.

Signed-off-by: Jaeyun Jung <[email protected]>
  • Loading branch information
jaeyun-jung committed May 3, 2023
1 parent 28e282d commit 27be525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ PenaltyBreakString: 100
PenaltyExcessCharacter: 1
PenaltyReturnTypeOnItsOwnLine: 20
PointerBindsToType: false
ReflowComments: false
SpaceAfterCStyleCast: true
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: Always
Expand Down

0 comments on commit 27be525

Please sign in to comment.