--- BasedOnStyle: Microsoft AccessModifierOffset: '0' AlignAfterOpenBracket: AlwaysBreak AlignConsecutiveAssignments: 'false' AlignConsecutiveDeclarations: 'false' AlignOperands: 'true' AlignTrailingComments: 'true' AllowAllParametersOfDeclarationOnNextLine: 'true' AllowShortBlocksOnASingleLine: 'false' AllowShortCaseLabelsOnASingleLine: 'false' #AllowShortFunctionsOnASingleLine: 'InlineOnly' AllowShortIfStatementsOnASingleLine: 'false' AllowShortLoopsOnASingleLine: 'false' AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterReturnType: None #AlwaysBreakTemplateDeclarations: 'Yes' BinPackArguments: 'true' BinPackParameters: 'true' BreakBeforeBraces: Allman BreakBeforeTernaryOperators: 'true' BreakConstructorInitializers: AfterColon #BreakInheritanceList: AfterColon ColumnLimit: '256' Cpp11BracedListStyle: 'true' ExperimentalAutoDetectBinPacking: 'false' IndentCaseLabels: 'true' #IndentPPDirectives: None IndentWrappedFunctionNames: 'true' KeepEmptyLinesAtTheStartOfBlocks: 'false' MaxEmptyLinesToKeep: '1' NamespaceIndentation: All PointerAlignment: Left SpaceAfterCStyleCast: 'false' #SpaceAfterTemplateKeyword: 'false' SpaceBeforeAssignmentOperators: 'true' #SpaceBeforeCpp11BracedList: True #SpaceBeforeCtorInitializerColon: 'true' #SpaceBeforeInheritanceColon: 'true' SpaceBeforeParens: Never SpaceBeforeRangeBasedForLoopColon: 'true' SpaceInEmptyParentheses: 'false' SpacesInAngles: 'false' SpacesInCStyleCastParentheses: 'false' SpacesInParentheses: 'false' SpacesInSquareBrackets: 'false' Standard: Cpp11 TabWidth: '8' IndentWidth: '8' UseTab: Always SortIncludes: 'false' ...