mirror of
https://gitee.com/openharmony/usb_usb_manager
synced 2024-11-27 00:41:39 +00:00
e6f0b077f3
Signed-off-by: wuchengwen <wuchengwen4@huawei.com>
29 lines
893 B
YAML
29 lines
893 B
YAML
BasedOnStyle: Webkit
|
|
ColumnLimit: 120
|
|
PointerAlignment: Right
|
|
AlignAfterOpenBracket: DontAlign
|
|
AlignTrailingComments: true
|
|
AlignConsecutiveMacros: Consecutive
|
|
IndentCaseLabels: true
|
|
BreakBeforeBinaryOperators: None
|
|
SpaceBeforeParens: ControlStatementsExceptControlMacros
|
|
SpacesInCStyleCastParentheses: false
|
|
AlignEscapedNewlines: Left
|
|
NamespaceIndentation: None
|
|
FixNamespaceComments: true
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
BreakConstructorInitializers: BeforeColon
|
|
AlignArrayOfStructures: Left
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortLambdasOnASingleLine: Empty
|
|
AlwaysBreakTemplateDeclarations: true
|
|
SpaceInEmptyBlock: false
|
|
LambdaBodyIndentation: Signature
|
|
BreakBeforeTernaryOperators: false
|
|
Cpp11BracedListStyle: true
|
|
SpaceAroundPointerQualifiers: Both
|
|
|
|
ForEachMacros:
|
|
- 'DLIST_FOR_EACH_ENTRY'
|
|
- 'DLIST_FOR_EACH_ENTRY_REVERSE'
|
|
- 'DLIST_FOR_EACH_ENTRY_SAFE' |