BasedOnStyle: LLVM AccessModifierOffset: 2 AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: false BreakBeforeBraces: Attach ContinuationIndentWidth: 2 # ColumnLimit: 0 FixNamespaceComments: false TabWidth: 2 IndentAccessModifiers: true IndentCaseLabels: true IndentGotoLabels: true IndentPPDirectives: BeforeHash IndentWidth: 2 NamespaceIndentation: All PointerAlignment: Left UseTab: Never