Chris Wailes | 9773328 | 2021-03-12 12:04:54 -0800 | [diff] [blame] | 1 | --- |
| 2 | BasedOnStyle: Google |
| 3 | --- |
| 4 | |
| 5 | Language: Cpp |
| 6 | |
| 7 | AlignConsecutiveMacros: AcrossComments |
| 8 | AllowShortBlocksOnASingleLine: Empty |
| 9 | AllowShortCaseLabelsOnASingleLine: false |
| 10 | AllowShortFunctionsOnASingleLine: Empty |
| 11 | AllowShortIfStatementsOnASingleLine: Never |
| 12 | AllowShortLoopsOnASingleLine: false |
| 13 | AttributeMacros: ['__', 'NO_RETURN'] |
| 14 | BinPackArguments: false |
| 15 | BinPackParameters: false |
| 16 | BreakConstructorInitializers: BeforeColon |
| 17 | BreakBeforeTernaryOperators: false |
| 18 | ColumnLimit: 100 |
| 19 | CommentPragmas: NOLINT:.* |
| 20 | ConstructorInitializerAllOnOneLineOrOnePerLine: true |
| 21 | Cpp11BracedListStyle: true |
| 22 | DerivePointerAlignment: false |
| 23 | FixNamespaceComments: true |
| 24 | PointerAlignment: Left |
| 25 | TabWidth: 2 |