Language: Cpp AccessModifierOffset: -4 AllowShortFunctionsOnASingleLine: Inline AllowShortIfStatementsOnASingleLine: false AllowShortLambdasOnASingleLine: Empty AllowShortLoopsOnASingleLine: false AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakBeforeMultilineStrings: false BasedOnStyle: Microsoft BreakBeforeBraces: Allman BreakConstructorInitializers: AfterColon BreakInheritanceList: AfterColon ColumnLimit: 200 ConstructorInitializerAllOnOneLineOrOnePerLine: false FixNamespaceComments: true IndentCaseLabels: true IndentWidth: 4 IndentWrappedFunctionNames: true IndentPPDirectives: AfterHash IncludeBlocks: Preserve NamespaceIndentation: Inner SpacesBeforeTrailingComments: 2 Standard: Auto ReflowComments: false