meta: update clang-format config

This commit is contained in:
2026-05-04 22:53:03 +01:00
parent dea321acc2
commit fe3af271e2
+6 -4
View File
@@ -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