You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
658 B
25 lines
658 B
4 months ago
|
---
|
||
|
BasedOnStyle: Google
|
||
|
---
|
||
|
|
||
|
Language: Cpp
|
||
|
|
||
|
AlignConsecutiveMacros: AcrossComments
|
||
|
AllowShortBlocksOnASingleLine: Empty
|
||
|
AllowShortCaseLabelsOnASingleLine: false
|
||
|
AllowShortFunctionsOnASingleLine: Empty
|
||
|
AllowShortIfStatementsOnASingleLine: Never
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AttributeMacros: ['__', 'NO_RETURN']
|
||
|
BinPackArguments: false
|
||
|
BinPackParameters: false
|
||
|
BreakConstructorInitializers: BeforeColon
|
||
|
BreakBeforeTernaryOperators: false
|
||
|
ColumnLimit: 100
|
||
|
CommentPragmas: NOLINT:.*
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||
|
Cpp11BracedListStyle: true
|
||
|
DerivePointerAlignment: false
|
||
|
FixNamespaceComments: true
|
||
|
PointerAlignment: Left
|
||
|
TabWidth: 2
|