Skip to content

Commit

Permalink
Remove duplicate entries in .clang-format
Browse files Browse the repository at this point in the history
clang-format 17.0.3 fails if there are duplicate entries in
.clang-format, so remove them
  • Loading branch information
cvonelm committed Nov 15, 2023
1 parent 14506b3 commit 50ec39d
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 @@ -37,8 +37,6 @@ PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60


SpaceBeforeAssignmentOperators: true
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 1


Expand Down

0 comments on commit 50ec39d

Please sign in to comment.