BasedOnStyle: Microsoft AccessModifierOffset: -2 AlignAfterOpenBracket: Align AlignConsecutiveAssignments: true AllowAllArgumentsOnNextLine: false AllowAllConstructorInitializersOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: Never AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: false AllowShortIfStatementsOnASingleLine: WithoutElse AllowShortLambdasOnASingleLine: Inline AllowShortLoopsOnASingleLine: false AlignTrailingComments: true AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: false AlwaysBreakTemplateDeclarations: Yes BinPackArguments: true BinPackParameters: true BreakBeforeBraces: Allman BreakBeforeTernaryOperators: false BreakInheritanceList: BeforeComma BreakStringLiterals: false ColumnLimit: 120 CompactNamespaces: false ConstructorInitializerAllOnOneLineOrOnePerLine: false Cpp11BracedListStyle: false ExperimentalAutoDetectBinPacking: false FixNamespaceComments: true IncludeBlocks: Regroup IndentCaseLabels: true IndentPPDirectives: BeforeHash IndentWidth: 4 Language: Cpp MaxEmptyLinesToKeep: 1 NamespaceIndentation: All ReflowComments: true SortIncludes: true SortUsingDeclarations: true SpaceAfterCStyleCast: true SpaceAfterTemplateKeyword: false SpaceBeforeParens: ControlStatements SpaceBeforeRangeBasedForLoopColon: true SpacesInParentheses: false Standard: c++17 StatementMacros: [ Q_UNUSED LOG DEBUG ] TabWidth: 4 UseTab: Never