meta: update clang-format config
This commit is contained in:
+6
-4
@@ -44,10 +44,12 @@ ReflowComments: true
|
|||||||
SpacesBeforeTrailingComments: 3
|
SpacesBeforeTrailingComments: 3
|
||||||
TabWidth: 8
|
TabWidth: 8
|
||||||
UseTab: AlignWithSpaces
|
UseTab: AlignWithSpaces
|
||||||
PenaltyReturnTypeOnItsOwnLine: 1000000
|
BreakAfterReturnType: Automatic
|
||||||
PenaltyExcessCharacter: 5
|
PenaltyBreakAssignment: 1000000
|
||||||
PenaltyBreakOpenParenthesis: 5
|
PenaltyReturnTypeOnItsOwnLine: 100000000
|
||||||
PenaltyBreakBeforeFirstCallParameter: 5
|
PenaltyExcessCharacter: 10000000
|
||||||
|
PenaltyBreakOpenParenthesis: 0
|
||||||
|
PenaltyBreakBeforeFirstCallParameter: 0
|
||||||
PenaltyIndentedWhitespace: 0
|
PenaltyIndentedWhitespace: 0
|
||||||
AttributeMacros:
|
AttributeMacros:
|
||||||
- FX_API
|
- FX_API
|
||||||
|
|||||||
Reference in New Issue
Block a user