mirror of https://github.com/GNOME/gimp.git
.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
|
@ -36,7 +36,6 @@ SpaceAfterCStyleCast: true
|
||||||
ColumnLimit: 80
|
ColumnLimit: 80
|
||||||
PenaltyBreakAssignment: 60
|
PenaltyBreakAssignment: 60
|
||||||
PenaltyBreakBeforeFirstCallParameter: 100
|
PenaltyBreakBeforeFirstCallParameter: 100
|
||||||
PenaltyBreakString: 60
|
|
||||||
PenaltyBreakOpenParenthesis: 40
|
PenaltyBreakOpenParenthesis: 40
|
||||||
PenaltyExcessCharacter: 1
|
PenaltyExcessCharacter: 1
|
||||||
# Strings are more often longer by usage, so let's give these slightly
|
# Strings are more often longer by usage, so let's give these slightly
|
||||||
|
|
Loading…
Reference in New Issue