AccessModifierOffset: -4 AlignConsecutiveAssignments: Consecutive AlignConsecutiveDeclarations: Consecutive AllowShortBlocksOnASingleLine: Never AllowShortCaseExpressionOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false AllowShortCompoundRequirementOnASingleLine: false AllowShortEnumsOnASingleLine: false AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: false AllowShortLambdasOnASingleLine: None AllowShortLoopsOnASingleLine: false AlwaysBreakAfterReturnType: All BinPackArguments: false BinPackParameters: false BreakBeforeBinaryOperators: None BreakBeforeBraces: Allman BreakTemplateDeclarations: Yes ColumnLimit: 100 ExperimentalAutoDetectBinPacking: false FixNamespaceComments: true IndentExternBlock: NoIndent IndentPPDirectives: AfterHash IndentWidth: 4 NamespaceIndentation: None PackConstructorInitializers: Never PointerAlignment: Right ReflowComments: Always SortIncludes: CaseSensitive TabWidth: 4 UseTab: Never