mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
.clang-format: Enable PenaltyBreakOpenParenthesis option
The CI uses clang-format 14 at least since commit 01e56545
,
since that is the version available in Debian bookworm.
This commit is contained in:
@@ -37,8 +37,7 @@ ColumnLimit: 80
|
||||
PenaltyBreakAssignment: 60
|
||||
PenaltyBreakBeforeFirstCallParameter: 100
|
||||
PenaltyBreakString: 60
|
||||
# Uncomment this when we start using clang-format 14 in the CI.
|
||||
# PenaltyBreakOpenParenthesis: 40
|
||||
PenaltyBreakOpenParenthesis: 40
|
||||
PenaltyExcessCharacter: 1
|
||||
# Strings are more often longer by usage, so let's give these slightly
|
||||
# more space to breath.
|
||||
|
Reference in New Issue
Block a user