BasedOnStyle: LLVM IndentWidth: 8 UseTab: Always BreakBeforeBraces: Linux IndentCaseLabels: false DerivePointerAlignment: false PointerAlignment: Left AlignTrailingComments: false AllowShortBlocksOnASingleLine: false AllowShortFunctionsOnASingleLine: false AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false ColumnLimit: 0 AccessModifierOffset: -8 PackConstructorInitializers: Never