meta: update clang-format config
This commit is contained in:
+2
-2
@@ -45,9 +45,9 @@ SpacesBeforeTrailingComments: 3
|
||||
TabWidth: 8
|
||||
UseTab: AlignWithSpaces
|
||||
BreakAfterReturnType: Automatic
|
||||
PenaltyBreakAssignment: 1000000
|
||||
PenaltyBreakAssignment: 0
|
||||
PenaltyReturnTypeOnItsOwnLine: 100000000
|
||||
PenaltyExcessCharacter: 10000000
|
||||
PenaltyExcessCharacter: 10000
|
||||
PenaltyBreakOpenParenthesis: 0
|
||||
PenaltyBreakBeforeFirstCallParameter: 0
|
||||
PenaltyIndentedWhitespace: 0
|
||||
|
||||
Reference in New Issue
Block a user