BasedOnStyle: LLVM PointerAlignment: Left IndentCaseLabels: true AllowShortFunctionsOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false AlwaysBreakTemplateDeclarations: true BinPackArguments: true FixNamespaceComments: true MacroBlockBegin: "^CONTINUABLE_BLOCK_.*_BEGIN$" MacroBlockEnd: "^CONTINUABLE_BLOCK_.*_END$"