15a4f6550SPatrick Venture--- 25a4f6550SPatrick VentureLanguage: Cpp 35a4f6550SPatrick Venture# BasedOnStyle: LLVM 45a4f6550SPatrick VentureAccessModifierOffset: -2 55a4f6550SPatrick VentureAlignAfterOpenBracket: Align 65a4f6550SPatrick VentureAlignConsecutiveAssignments: false 75a4f6550SPatrick VentureAlignConsecutiveDeclarations: false 89b37b095SPatrick VentureAlignEscapedNewlines: Right 91038836cSPatrick WilliamsAlignOperands: Align 101038836cSPatrick WilliamsAlignTrailingComments: 111038836cSPatrick Williams Kind: Always 121038836cSPatrick Williams OverEmptyLines: 1 135a4f6550SPatrick VentureAllowAllParametersOfDeclarationOnNextLine: true 141038836cSPatrick WilliamsAllowShortBlocksOnASingleLine: Empty 155a4f6550SPatrick VentureAllowShortCaseLabelsOnASingleLine: false 161038836cSPatrick WilliamsAllowShortFunctionsOnASingleLine: Empty 17a9423469SPatrick WilliamsAllowShortIfStatementsOnASingleLine: Never 18a9423469SPatrick WilliamsAllowShortLambdasOnASingleLine: true 195a4f6550SPatrick VentureAllowShortLoopsOnASingleLine: false 205a4f6550SPatrick VentureAlwaysBreakBeforeMultilineStrings: false 215a4f6550SPatrick VentureBinPackArguments: true 225a4f6550SPatrick VentureBinPackParameters: true 23a9423469SPatrick WilliamsBitFieldColonSpacing: None 245a4f6550SPatrick VentureBraceWrapping: 259b37b095SPatrick Venture AfterCaseLabel: true 265a4f6550SPatrick Venture AfterClass: true 275a4f6550SPatrick Venture AfterControlStatement: true 285a4f6550SPatrick Venture AfterEnum: true 29a9423469SPatrick Williams AfterExternBlock: true 305a4f6550SPatrick Venture AfterFunction: true 315a4f6550SPatrick Venture AfterNamespace: true 325a4f6550SPatrick Venture AfterObjCDeclaration: true 335a4f6550SPatrick Venture AfterStruct: true 345a4f6550SPatrick Venture AfterUnion: true 355a4f6550SPatrick Venture BeforeCatch: true 365a4f6550SPatrick Venture BeforeElse: true 37a9423469SPatrick Williams BeforeLambdaBody: false 38a9423469SPatrick Williams BeforeWhile: false 395a4f6550SPatrick Venture IndentBraces: false 409b37b095SPatrick Venture SplitEmptyFunction: false 419b37b095SPatrick Venture SplitEmptyRecord: false 429b37b095SPatrick Venture SplitEmptyNamespace: false 431038836cSPatrick WilliamsBreakAfterAttributes: Never 44edbf17d7SPatrick WilliamsBreakAfterReturnType: Automatic 455a4f6550SPatrick VentureBreakBeforeBinaryOperators: None 465a4f6550SPatrick VentureBreakBeforeBraces: Custom 475a4f6550SPatrick VentureBreakBeforeTernaryOperators: true 485a4f6550SPatrick VentureBreakConstructorInitializers: AfterColon 499b37b095SPatrick VentureBreakInheritanceList: AfterColon 501038836cSPatrick WilliamsBreakStringLiterals: false 51edbf17d7SPatrick WilliamsBreakTemplateDeclarations: Yes 525a4f6550SPatrick VentureColumnLimit: 80 535a4f6550SPatrick VentureCommentPragmas: '^ IWYU pragma:' 549b37b095SPatrick VentureCompactNamespaces: false 555a4f6550SPatrick VentureConstructorInitializerIndentWidth: 4 565a4f6550SPatrick VentureContinuationIndentWidth: 4 575a4f6550SPatrick VentureCpp11BracedListStyle: true 585a4f6550SPatrick VentureDerivePointerAlignment: false 595a4f6550SPatrick VentureDisableFormat: false 605a4f6550SPatrick VentureFixNamespaceComments: true 61a9423469SPatrick WilliamsForEachMacros: 62a9423469SPatrick Williams - foreach 63a9423469SPatrick Williams - Q_FOREACH 64a9423469SPatrick Williams - BOOST_FOREACH 655a4f6550SPatrick VentureIncludeBlocks: Regroup 665a4f6550SPatrick VentureIncludeCategories: 675a4f6550SPatrick Venture - Regex: '^[<"](gtest|gmock)' 689b37b095SPatrick Venture Priority: 7 695a4f6550SPatrick Venture - Regex: '^"config.h"' 705a4f6550SPatrick Venture Priority: -1 719b37b095SPatrick Venture - Regex: '^".*\.h"' 725a4f6550SPatrick Venture Priority: 1 739b37b095SPatrick Venture - Regex: '^".*\.hpp"' 745a4f6550SPatrick Venture Priority: 2 759b37b095SPatrick Venture - Regex: '^<.*\.h>' 765a4f6550SPatrick Venture Priority: 3 779b37b095SPatrick Venture - Regex: '^<.*\.hpp>' 785a4f6550SPatrick Venture Priority: 4 799b37b095SPatrick Venture - Regex: '^<.*' 809b37b095SPatrick Venture Priority: 5 819b37b095SPatrick Venture - Regex: '.*' 829b37b095SPatrick Venture Priority: 6 835a4f6550SPatrick VentureIndentCaseLabels: true 84a9423469SPatrick WilliamsIndentExternBlock: NoIndent 851038836cSPatrick WilliamsIndentRequiresClause: true 865a4f6550SPatrick VentureIndentWidth: 4 875a4f6550SPatrick VentureIndentWrappedFunctionNames: true 881038836cSPatrick WilliamsInsertNewlineAtEOF: true 891038836cSPatrick WilliamsKeepEmptyLinesAtTheStartOfBlocks: false 9042a44c28SPatrick WilliamsLambdaBodyIndentation: Signature 911038836cSPatrick WilliamsLineEnding: LF 925a4f6550SPatrick VentureMacroBlockBegin: '' 935a4f6550SPatrick VentureMacroBlockEnd: '' 945a4f6550SPatrick VentureMaxEmptyLinesToKeep: 1 955a4f6550SPatrick VentureNamespaceIndentation: None 965a4f6550SPatrick VentureObjCBlockIndentWidth: 2 975a4f6550SPatrick VentureObjCSpaceAfterProperty: false 985a4f6550SPatrick VentureObjCSpaceBeforeProtocolList: true 99a9423469SPatrick WilliamsPackConstructorInitializers: BinPack 1001038836cSPatrick WilliamsPenaltyBreakAssignment: 25 10142a44c28SPatrick WilliamsPenaltyBreakBeforeFirstCallParameter: 50 1025a4f6550SPatrick VenturePenaltyBreakComment: 300 1035a4f6550SPatrick VenturePenaltyBreakFirstLessLess: 120 1045a4f6550SPatrick VenturePenaltyBreakString: 1000 10542a44c28SPatrick WilliamsPenaltyBreakTemplateDeclaration: 10 1065a4f6550SPatrick VenturePenaltyExcessCharacter: 1000000 107*3d73712fSPatrick WilliamsPenaltyReturnTypeOnItsOwnLine: 150 10842a44c28SPatrick WilliamsPenaltyIndentedWhitespace: 1 109a9423469SPatrick WilliamsPointerAlignment: Left 1101038836cSPatrick WilliamsQualifierAlignment: Left 1111038836cSPatrick WilliamsReferenceAlignment: Left 1125a4f6550SPatrick VentureReflowComments: true 1131038836cSPatrick WilliamsRequiresClausePosition: OwnLine 1141038836cSPatrick WilliamsRequiresExpressionIndentation: Keyword 115a9423469SPatrick WilliamsSortIncludes: CaseSensitive 1165a4f6550SPatrick VentureSortUsingDeclarations: true 1175a4f6550SPatrick VentureSpaceAfterCStyleCast: false 1189b37b095SPatrick VentureSpaceAfterTemplateKeyword: true 1195a4f6550SPatrick VentureSpaceBeforeAssignmentOperators: true 1209b37b095SPatrick VentureSpaceBeforeCpp11BracedList: false 1219b37b095SPatrick VentureSpaceBeforeCtorInitializerColon: true 1229b37b095SPatrick VentureSpaceBeforeInheritanceColon: true 1235a4f6550SPatrick VentureSpaceBeforeParens: ControlStatements 1249b37b095SPatrick VentureSpaceBeforeRangeBasedForLoopColon: true 1255a4f6550SPatrick VentureSpaceInEmptyParentheses: false 1265a4f6550SPatrick VentureSpacesBeforeTrailingComments: 1 127a9423469SPatrick WilliamsSpacesInAngles: Never 1285a4f6550SPatrick VentureSpacesInContainerLiterals: true 1295a4f6550SPatrick VentureSpacesInCStyleCastParentheses: false 1305a4f6550SPatrick VentureSpacesInParentheses: false 1315a4f6550SPatrick VentureSpacesInSquareBrackets: false 1321038836cSPatrick WilliamsStandard: Latest 1335a4f6550SPatrick VentureTabWidth: 4 1345a4f6550SPatrick VentureUseTab: Never 1355a4f6550SPatrick Venture... 1365a4f6550SPatrick Venture 137