Skip to content

Commit

Permalink
clang-format: remove duplicate settings in config
Browse files Browse the repository at this point in the history
Those made clang-format-18 failed.

Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy committed Aug 16, 2024
1 parent 8660225 commit 0d5373c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,9 @@ SpaceBeforeRangeBasedForLoopColon: true
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 1
SpacesInAngles: false
SpacesInAngles: false
SpacesInContainerLiterals: false
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
SpacesInSquareBrackets: false
TabWidth: 8
UseTab: Always

0 comments on commit 0d5373c

Please sign in to comment.