Skip to content

Commit

Permalink
removed error throwing parameter in .clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
ramananeesh authored Feb 11, 2025
1 parent 23d867e commit 3be69da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ ObjCSpaceAfterProperty: false
ObjCSpaceBeforeProtocolList: true
PenaltyBreakAssignment: 2
# PenaltyBreakBeforeFirstCallParameter: 1
PenaltyBreakBeforeFirstCallParameter:
Value: DontCare
PenaltyBreakComment: 300
PenaltyBreakFirstLessLess: 120
PenaltyBreakOpenParenthesis: 0
Expand Down

0 comments on commit 3be69da

Please sign in to comment.