--- AlignConsecutiveBitFields: Enabled: true AcrossEmptyLines: false AcrossComments: false BreakAfterAttributes: Always BracedInitializerIndentWidth: 2 BraceWrapping: SplitEmptyNamespace: false AfterCaseLabel: true AfterClass: true AfterControlStatement: Always AfterEnum: true AfterFunction: true AfterNamespace: true AfterObjCDeclaration: true AfterStruct: true AfterExternBlock: true AfterUnion: true BeforeCatch: true BeforeElse: true BeforeLambdaBody: true BeforeWhile: true IndentBraces: true SplitEmptyFunction: false SplitEmptyRecord: true BitFieldColonSpacing: Both BreakBeforeBinaryOperators: All BreakBeforeBraces: Whitesmiths BreakBeforeConceptDeclarations: Always BreakBeforeInlineASMColon: Always BreakBeforeTernaryOperators: true BreakConstructorInitializers: AfterColon BreakInheritanceList: AfterColon BreakStringLiterals: true ColumnLimit: 120 CompactNamespaces: false ConstructorInitializerIndentWidth: 4 ContinuationIndentWidth: 2 Cpp11BracedListStyle: true EmptyLineAfterAccessModifier: Never EmptyLineBeforeAccessModifier: LogicalBlock FixNamespaceComments: true IncludeBlocks: Preserve IndentAccessModifiers: false IndentCaseBlocks: true IndentCaseLabels: true IndentExternBlock: Indent IndentGotoLabels: false IndentPPDirectives: None IndentRequiresClause: true IndentWidth: 2 IndentWrappedFunctionNames: true InsertBraces: false InsertNewlineAtEOF: true InsertTrailingCommas: None KeepEmptyLinesAtEOF: true KeepEmptyLinesAtTheStartOfBlocks: false LambdaBodyIndentation: Signature Language: Cpp LineEnding: DeriveLF NamespaceIndentation: Inner PPIndentWidth: 0 PackConstructorInitializers: CurrentLine PointerAlignment: Middle QualifierAlignment: Right ReferenceAlignment: Middle ReflowComments: true RemoveBracesLLVM: true RemoveParentheses: MultipleParentheses RemoveSemicolon: true RequiresClausePosition: OwnLine RequiresExpressionIndentation: OuterScope SeparateDefinitionBlocks: Always ShortNamespaceLines: 1 SortIncludes: Never SortUsingDeclarations: Lexicographic SpaceAfterCStyleCast: false SpaceAfterLogicalNot: false SpaceAfterTemplateKeyword: false SpaceAroundPointerQualifiers: Both SpaceBeforeAssignmentOperators: true SpaceBeforeCaseColon: false SpaceBeforeCpp11BracedList: false SpaceBeforeCtorInitializerColon: true SpaceBeforeInheritanceColon: true SpaceBeforeJsonColon: true SpaceBeforeParens: Never SpaceBeforeRangeBasedForLoopColon: false SpaceBeforeSquareBrackets: false SpaceInEmptyBlock: false SpacesBeforeTrailingComments: 2 SpacesInAngles: Never SpacesInContainerLiterals: false SpacesInLineCommentPrefix: Minimum: 1 Maximum: -1 SpacesInParens: Never SpacesInParensOptions: InCStyleCasts: false InConditionalStatements: false InEmptyParentheses: false Other: false SpacesInSquareBrackets: false Standard: Latest TabWidth: 2 UseTab: Never AlignConsecutiveAssignments: Enabled: false AcrossEmptyLines: false AcrossComments: false AlignConsecutiveDeclarations: Enabled: false AlignConsecutiveMacros: Enabled: false AlignConsecutiveShortCaseStatements: Enabled: true AlignEscapedNewlines: Left AlignOperands: Align AlignTrailingComments: Kind: Always AllowAllArgumentsOnNextLine: true AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true AllowShortEnumsOnASingleLine: true AllowShortFunctionsOnASingleLine: All AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: false AlwaysBreakTemplateDeclarations: Yes BinPackArguments: false BinPackParameters: false AlignAfterOpenBracket: BlockIndent WhitespaceSensitiveMacros: - PRAGMA_CLANG_WARNING_OFF - PRAGMA_CLANG_WARNING_PUSH_OFF - PRAGMA_GCC_WARNING_PUSH_OFF - PRAGMA_GCC_WARNING_OFF