mirror of
https://github.com/LedgerHQ/openpgp-card-app
synced 2024-11-07 03:20:41 +00:00
19 lines
454 B
YAML
19 lines
454 B
YAML
---
|
|
BasedOnStyle: Google
|
|
IndentWidth: 4
|
|
Language: Cpp
|
|
ColumnLimit: 100
|
|
PointerAlignment: Right
|
|
AlignAfterOpenBracket: Align
|
|
AlignConsecutiveMacros: true
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
SortIncludes: false
|
|
SpaceAfterCStyleCast: true
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
AllowAllArgumentsOnNextLine: false
|
|
AllowShortBlocksOnASingleLine: Never
|
|
AllowShortFunctionsOnASingleLine: None
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
---
|