meta: update clang-format config

This commit is contained in:
2026-05-29 20:04:34 +01:00
parent 65f490b900
commit 7b546f6bbe
+1 -1
View File
@@ -45,7 +45,7 @@ SpacesBeforeTrailingComments: 3
TabWidth: 8
UseTab: AlignWithSpaces
BreakAfterReturnType: Automatic
PenaltyBreakAssignment: 1000000
PenaltyBreakAssignment: 0
PenaltyReturnTypeOnItsOwnLine: 100000000
PenaltyExcessCharacter: 10000000
PenaltyBreakOpenParenthesis: 0