mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-12 14:06:37 +00:00
52 lines
1.4 KiB
YAML
52 lines
1.4 KiB
YAML
---
|
|
AlignAfterOpenBracket: 'Align'
|
|
AlignConsecutiveAssignments: 'false'
|
|
AlignConsecutiveDeclarations: 'false'
|
|
AlignConsecutiveMacros: 'true'
|
|
AlignOperands: 'true'
|
|
AlignTrailingComments: 'true'
|
|
AllowAllArgumentsOnNextLine: 'false'
|
|
AllowAllParametersOfDeclarationOnNextLine: 'false'
|
|
AllowShortBlocksOnASingleLine: 'false'
|
|
AllowShortCaseLabelsOnASingleLine: 'false'
|
|
AllowShortFunctionsOnASingleLine: 'Inline'
|
|
AllowShortIfStatementsOnASingleLine: 'false'
|
|
AlwaysBreakAfterReturnType: 'All'
|
|
BinPackParameters: 'false'
|
|
BinPackArguments: 'false'
|
|
BreakBeforeBraces: 'Linux'
|
|
ColumnLimit: '100'
|
|
DerivePointerAlignment: 'false'
|
|
IndentCaseLabels: 'false'
|
|
IndentWidth: '8'
|
|
IncludeBlocks: 'Regroup'
|
|
KeepEmptyLinesAtTheStartOfBlocks: 'false'
|
|
MaxEmptyLinesToKeep: '1'
|
|
PointerAlignment: 'Right'
|
|
SortIncludes: 'true'
|
|
SpaceAfterCStyleCast: 'false'
|
|
SpaceBeforeAssignmentOperators : 'true'
|
|
SpaceBeforeParens: 'ControlStatements'
|
|
SpaceInEmptyParentheses: 'false'
|
|
SpacesInSquareBrackets: 'false'
|
|
TabWidth: '8'
|
|
UseTab: 'Always'
|
|
PenaltyBreakAssignment: '3'
|
|
PenaltyBreakBeforeFirstCallParameter: '15'
|
|
---
|
|
Language: 'Proto'
|
|
---
|
|
Language: 'Cpp'
|
|
IncludeCategories:
|
|
- Regex: '^"config.h"$'
|
|
Priority: '0'
|
|
- Regex: '<fwupdplugin.h>'
|
|
Priority: '1'
|
|
- Regex: '^<'
|
|
Priority: '2'
|
|
- Regex: 'fwupd'
|
|
Priority: '3'
|
|
- Regex: '.*'
|
|
Priority: '4'
|
|
...
|