.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:
Joachim Priesner 2024-02-21 07:54:07 +01:00 committed by Alx Sa
parent 11892f1d83
commit 6731761944

View file

@ -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.