.clang-format: Remove duplicate option
This is an error starting with LLVM commit 388d679c (LLVM 17).
This commit is contained in:
parent
992cd783ac
commit
2680057b96
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue