.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:
parent
11892f1d83
commit
6731761944
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue