.clang-format: Remove duplicate option

This is an error starting with LLVM commit 388d679c (LLVM 17).
This commit is contained in:
Joachim Priesner 2024-02-21 07:43:38 +01:00 committed by Alx Sa
parent 992cd783ac
commit 2680057b96
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ SpaceAfterCStyleCast: true
ColumnLimit: 80
PenaltyBreakAssignment: 60
PenaltyBreakBeforeFirstCallParameter: 100
PenaltyBreakString: 60
PenaltyBreakOpenParenthesis: 40
PenaltyExcessCharacter: 1
# Strings are more often longer by usage, so let's give these slightly