tqcq
99c258107b
All checks were successful
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 1m24s
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 1m30s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m43s
linux-mips64-gcc / linux-gcc-mips64el (push) Successful in 1m47s
linux-x64-gcc / linux-gcc (push) Successful in 2m11s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 3m19s
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Successful in 3m39s
Co-authored-by: tqcq <99722391+tqcq@users.noreply.github.com> Reviewed-on: #2
55 lines
1.7 KiB
YAML
55 lines
1.7 KiB
YAML
Language: Cpp
|
|
AccessModifierOffset: -2
|
|
ConstructorInitializerIndentWidth: 4
|
|
AlignEscapedNewlinesLeft: true
|
|
AlignTrailingComments: true
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AlwaysBreakTemplateDeclarations: true
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
BreakBeforeBinaryOperators: false
|
|
BreakBeforeTernaryOperators: true
|
|
BreakConstructorInitializersBeforeComma: false
|
|
BinPackParameters: false
|
|
ColumnLimit: 120
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
DerivePointerAlignment: false
|
|
ExperimentalAutoDetectBinPacking: false
|
|
IndentCaseLabels: true
|
|
IndentWrappedFunctionNames: false
|
|
IndentFunctionDeclarationAfterType: false
|
|
MaxEmptyLinesToKeep: 1
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
NamespaceIndentation: All
|
|
ObjCSpaceAfterProperty: false
|
|
ObjCSpaceBeforeProtocolList: false
|
|
PenaltyBreakBeforeFirstCallParameter: 1
|
|
PenaltyBreakComment: 300
|
|
PenaltyBreakString: 1000
|
|
PenaltyBreakFirstLessLess: 120
|
|
PenaltyExcessCharacter: 1000000
|
|
PenaltyReturnTypeOnItsOwnLine: 200
|
|
PointerAlignment: Left
|
|
SpacesBeforeTrailingComments: 2
|
|
Cpp11BracedListStyle: true
|
|
Standard: Cpp11
|
|
IndentWidth: 2
|
|
TabWidth: 2
|
|
UseTab: Never
|
|
BreakBeforeBraces: Allman
|
|
SpacesInParentheses: false
|
|
SpacesInAngles: false
|
|
SpaceInEmptyParentheses: false
|
|
SpacesInCStyleCastParentheses: false
|
|
SpacesInContainerLiterals: true
|
|
SpaceBeforeAssignmentOperators: true
|
|
ContinuationIndentWidth: 4
|
|
CommentPragmas: '^ IWYU pragma:'
|
|
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
|
|
SpaceBeforeParens: ControlStatements
|
|
DisableFormat: false
|
|
SortIncludes: false
|