BasedOnStyle: LLVM UseTab: Never IndentWidth: 4 TabWidth: 4 AllowShortIfStatementsOnASingleLine: false ColumnLimit: 80 AccessModifierOffset: -4 PointerAlignment: Left NamespaceIndentation: All SpaceBeforeParens: Never SpaceAfterTemplateKeyword: false AlwaysBreakTemplateDeclarations: Yes AllowShortFunctionsOnASingleLine: None FixNamespaceComments: false AllowShortCaseLabelsOnASingleLine: true IndentCaseLabels: true IndentCaseBlocks: false IncludeBlocks: Regroup IncludeCategories: - Regex: '^<.*\.h>' Priority: 2 SortPriority: 0 - Regex: '^<.*' Priority: 1 SortPriority: 0 - Regex: '.*' Priority: 3 SortPriority: 0