BasedOnStyle: LLVM UseTab: Always IndentWidth: 4 TabWidth: 4 AllowShortBlocksOnASingleLine: Empty BreakBeforeBraces: Allman AllowShortIfStatementsOnASingleLine: false AllowShortFunctionsOnASingleLine: None IndentCaseLabels: false ColumnLimit: 90 AccessModifierOffset: -4 NamespaceIndentation: All FixNamespaceComments: false