| # Variant of .clang-format but with 2 space indent for Java files, for use in |
| # subdirectories with that style. |
| # Please keep in sync with .clang-format where applicable. |
| 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 |
| CommentPragmas: (NOLINT|CHECK[^ ]*):.* |
| ContinuationIndentWidth: 4 |