BasedOnStyle: LLVM AccessModifierOffset: -4 AllowShortFunctionsOnASingleLine: Inline AllowShortIfStatementsOnASingleLine: false AlwaysBreakTemplateDeclarations: Yes BreakBeforeBinaryOperators: NonAssignment BreakBeforeBraces: WebKit BreakConstructorInitializers : BeforeComma ColumnLimit: 100 IndentCaseLabels: false IndentWidth: 4 MaxEmptyLinesToKeep: 2 PointerAlignment: Left # SeparateDefinitionBlocks: Always # waiting for clang-format-14 UseTab: Never