Language: Cpp BasedOnStyle: LLVM AccessModifierOffset: -2 BinPackArguments: false AllowAllArgumentsOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false AllowShortIfStatementsOnASingleLine: false AllowShortLambdasOnASingleLine: Inline ColumnLimit: 0 ContinuationIndentWidth: 2 FixNamespaceComments: false IndentAccessModifiers: true IndentCaseLabels: true IndentWidth: 2 NamespaceIndentation: All PointerAlignment: Left ReferenceAlignment: Left TabWidth: 2 UseTab: Never AlignConsecutiveMacros: true