mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 17:28:20 +00:00
clang-format: adjust argument packing and consecutive declarations
This commit is contained in:
parent
8baa78b254
commit
3da17e5fbb
@ -1,10 +1,11 @@
|
||||
---
|
||||
AlignAfterOpenBracket: 'Align'
|
||||
AlignConsecutiveAssignments: 'false'
|
||||
AlignConsecutiveDeclarations: 'true'
|
||||
AlignConsecutiveDeclarations: 'false'
|
||||
AlignConsecutiveMacros: 'true'
|
||||
AlignOperands: 'true'
|
||||
AlignTrailingComments: 'true'
|
||||
AllowAllArgumentsOnNextLine: 'false'
|
||||
AllowAllParametersOfDeclarationOnNextLine: 'false'
|
||||
AllowShortBlocksOnASingleLine: 'false'
|
||||
AllowShortCaseLabelsOnASingleLine: 'false'
|
||||
@ -12,7 +13,7 @@ AllowShortFunctionsOnASingleLine: 'Inline'
|
||||
AllowShortIfStatementsOnASingleLine: 'false'
|
||||
AlwaysBreakAfterReturnType: 'All'
|
||||
BinPackParameters: 'false'
|
||||
BinPackArguments: 'true'
|
||||
BinPackArguments: 'false'
|
||||
BreakBeforeBraces: 'Linux'
|
||||
DerivePointerAlignment: 'false'
|
||||
IndentCaseLabels: 'false'
|
||||
@ -32,8 +33,6 @@ TabWidth: '8'
|
||||
UseTab: 'Always'
|
||||
|
||||
PenaltyBreakAssignment: '3'
|
||||
PenaltyBreakString: '10'
|
||||
PenaltyExcessCharacter: '1'
|
||||
PenaltyBreakBeforeFirstCallParameter: '15'
|
||||
|
||||
IncludeCategories:
|
||||
|
Loading…
Reference in New Issue
Block a user