| AlignConsecutiveMacros: AcrossComments |
| AllowShortBlocksOnASingleLine: Empty |
| AllowShortCaseLabelsOnASingleLine: false |
| AllowShortIfStatementsOnASingleLine: Never |
| AllowShortLoopsOnASingleLine: false |
| AttributeMacros: ['__', 'NO_RETURN'] |
| BreakConstructorInitializers: BeforeColon |
| BreakBeforeTernaryOperators: false |
| CommentPragmas: NOLINT:.* |
| ConstructorInitializerAllOnOneLineOrOnePerLine: true |
| Cpp11BracedListStyle: true |
| DerivePointerAlignment: false |
| FixNamespaceComments: true |
| AllowShortFunctionsOnASingleLine: Inline |
| AlwaysBreakBeforeMultilineStrings: false |
| CommentPragmas: NOLINT:.* |
| ConstructorInitializerIndentWidth: 6 |
| ContinuationIndentWidth: 8 |
| PenaltyBreakBeforeFirstCallParameter: 100000 |
| SpacesBeforeTrailingComments: 1 |