BasedOnStyle: LLVM TabWidth: 4 IndentWidth: 4 UseTab: ForIndentation DerivePointerAlignment: false PointerAlignment: Right AlignConsecutiveMacros: true AlignTrailingComments: true AllowAllArgumentsOnNextLine: true AllowAllConstructorInitializersOnNextLine: true AllowAllParametersOfDeclarationOnNextLine: true AlignAfterOpenBracket: Align SpaceBeforeCpp11BracedList: true SpaceBeforeCtorInitializerColon: true SpaceBeforeInheritanceColon: true SpacesInAngles: false SpacesInCStyleCastParentheses: false SpacesInConditionalStatement: false AllowShortFunctionsOnASingleLine: false AllowShortLambdasOnASingleLine: Inline AllowShortLoopsOnASingleLine: false AlwaysBreakTemplateDeclarations: Yes ColumnLimit: 120 IncludeBlocks: Regroup Language: Cpp AccessModifierOffset: -4