10b02be92SPatrick Venture--- 20b02be92SPatrick VentureLanguage: Cpp 30b02be92SPatrick Venture# BasedOnStyle: LLVM 40b02be92SPatrick VentureAccessModifierOffset: -2 50b02be92SPatrick VentureAlignAfterOpenBracket: Align 60b02be92SPatrick VentureAlignConsecutiveAssignments: false 70b02be92SPatrick VentureAlignConsecutiveDeclarations: false 8*fbc6c9d7SPatrick WilliamsAlignEscapedNewlines: Right 9*fbc6c9d7SPatrick WilliamsAlignOperands: Align 10*fbc6c9d7SPatrick WilliamsAlignTrailingComments: 11*fbc6c9d7SPatrick Williams Kind: Always 12*fbc6c9d7SPatrick Williams OverEmptyLines: 1 130b02be92SPatrick VentureAllowAllParametersOfDeclarationOnNextLine: true 14*fbc6c9d7SPatrick WilliamsAllowShortBlocksOnASingleLine: Empty 150b02be92SPatrick VentureAllowShortCaseLabelsOnASingleLine: false 16*fbc6c9d7SPatrick WilliamsAllowShortFunctionsOnASingleLine: Empty 170b02be92SPatrick VentureAllowShortIfStatementsOnASingleLine: false 180b02be92SPatrick VentureAllowShortLoopsOnASingleLine: false 190b02be92SPatrick VentureAlwaysBreakAfterReturnType: None 200b02be92SPatrick VentureAlwaysBreakBeforeMultilineStrings: false 21*fbc6c9d7SPatrick WilliamsAlwaysBreakTemplateDeclarations: Yes 220b02be92SPatrick VentureBinPackArguments: true 230b02be92SPatrick VentureBinPackParameters: true 240b02be92SPatrick VentureBraceWrapping: 2582920c3dSGeorge Liu AfterCaseLabel: true 260b02be92SPatrick Venture AfterClass: true 270b02be92SPatrick Venture AfterControlStatement: true 280b02be92SPatrick Venture AfterEnum: true 290b02be92SPatrick Venture AfterFunction: true 300b02be92SPatrick Venture AfterNamespace: true 310b02be92SPatrick Venture AfterObjCDeclaration: true 320b02be92SPatrick Venture AfterStruct: true 330b02be92SPatrick Venture AfterUnion: true 34*fbc6c9d7SPatrick Williams AfterExternBlock: true 350b02be92SPatrick Venture BeforeCatch: true 360b02be92SPatrick Venture BeforeElse: true 370b02be92SPatrick Venture IndentBraces: false 38*fbc6c9d7SPatrick Williams SplitEmptyFunction: false 39*fbc6c9d7SPatrick Williams SplitEmptyRecord: false 40*fbc6c9d7SPatrick Williams SplitEmptyNamespace: false 41*fbc6c9d7SPatrick WilliamsBreakAfterAttributes: Never 420b02be92SPatrick VentureBreakBeforeBinaryOperators: None 430b02be92SPatrick VentureBreakBeforeBraces: Custom 440b02be92SPatrick VentureBreakBeforeTernaryOperators: true 450b02be92SPatrick VentureBreakConstructorInitializers: AfterColon 46*fbc6c9d7SPatrick WilliamsBreakInheritanceList: AfterColon 47*fbc6c9d7SPatrick WilliamsBreakStringLiterals: false 480b02be92SPatrick VentureColumnLimit: 80 490b02be92SPatrick VentureCommentPragmas: '^ IWYU pragma:' 50*fbc6c9d7SPatrick WilliamsCompactNamespaces: false 510b02be92SPatrick VentureConstructorInitializerAllOnOneLineOrOnePerLine: false 520b02be92SPatrick VentureConstructorInitializerIndentWidth: 4 530b02be92SPatrick VentureContinuationIndentWidth: 4 540b02be92SPatrick VentureCpp11BracedListStyle: true 55*fbc6c9d7SPatrick WilliamsDeriveLineEnding: false 560b02be92SPatrick VentureDerivePointerAlignment: false 570b02be92SPatrick VenturePointerAlignment: Left 580b02be92SPatrick VentureDisableFormat: false 590b02be92SPatrick VentureExperimentalAutoDetectBinPacking: false 600b02be92SPatrick VentureFixNamespaceComments: true 610b02be92SPatrick VentureForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ] 620b02be92SPatrick VentureIncludeBlocks: Regroup 630b02be92SPatrick VentureIncludeCategories: 640b02be92SPatrick Venture - Regex: '^[<"](gtest|gmock)' 65*fbc6c9d7SPatrick Williams Priority: 7 660b02be92SPatrick Venture - Regex: '^"config.h"' 670b02be92SPatrick Venture Priority: -1 68*fbc6c9d7SPatrick Williams - Regex: '^".*\.h"' 690b02be92SPatrick Venture Priority: 1 70*fbc6c9d7SPatrick Williams - Regex: '^".*\.hpp"' 710b02be92SPatrick Venture Priority: 2 72*fbc6c9d7SPatrick Williams - Regex: '^<.*\.h>' 730b02be92SPatrick Venture Priority: 3 74*fbc6c9d7SPatrick Williams - Regex: '^<.*\.hpp>' 750b02be92SPatrick Venture Priority: 4 76*fbc6c9d7SPatrick Williams - Regex: '^<.*' 77*fbc6c9d7SPatrick Williams Priority: 5 78*fbc6c9d7SPatrick Williams - Regex: '.*' 79*fbc6c9d7SPatrick Williams Priority: 6 800b02be92SPatrick VentureIndentCaseLabels: true 81*fbc6c9d7SPatrick WilliamsIndentRequiresClause: true 820b02be92SPatrick VentureIndentWidth: 4 830b02be92SPatrick VentureIndentWrappedFunctionNames: true 84*fbc6c9d7SPatrick WilliamsInsertNewlineAtEOF: true 85*fbc6c9d7SPatrick WilliamsKeepEmptyLinesAtTheStartOfBlocks: false 86*fbc6c9d7SPatrick WilliamsLambdaBodyIndentation: OuterScope 87*fbc6c9d7SPatrick WilliamsLineEnding: LF 880b02be92SPatrick VentureMacroBlockBegin: '' 890b02be92SPatrick VentureMacroBlockEnd: '' 900b02be92SPatrick VentureMaxEmptyLinesToKeep: 1 910b02be92SPatrick VentureNamespaceIndentation: None 920b02be92SPatrick VentureObjCBlockIndentWidth: 2 930b02be92SPatrick VentureObjCSpaceAfterProperty: false 940b02be92SPatrick VentureObjCSpaceBeforeProtocolList: true 95*fbc6c9d7SPatrick WilliamsPenaltyBreakAssignment: 25 960b02be92SPatrick VenturePenaltyBreakBeforeFirstCallParameter: 19 970b02be92SPatrick VenturePenaltyBreakComment: 300 980b02be92SPatrick VenturePenaltyBreakFirstLessLess: 120 990b02be92SPatrick VenturePenaltyBreakString: 1000 1000b02be92SPatrick VenturePenaltyExcessCharacter: 1000000 1010b02be92SPatrick VenturePenaltyReturnTypeOnItsOwnLine: 60 102*fbc6c9d7SPatrick WilliamsPenaltyIndentedWhitespace: 0 103*fbc6c9d7SPatrick WilliamsQualifierAlignment: Left 104*fbc6c9d7SPatrick WilliamsReferenceAlignment: Left 1050b02be92SPatrick VentureReflowComments: true 106*fbc6c9d7SPatrick WilliamsRequiresClausePosition: OwnLine 107*fbc6c9d7SPatrick WilliamsRequiresExpressionIndentation: Keyword 1080b02be92SPatrick VentureSortIncludes: true 1090b02be92SPatrick VentureSortUsingDeclarations: true 1100b02be92SPatrick VentureSpaceAfterCStyleCast: false 111*fbc6c9d7SPatrick WilliamsSpaceAfterTemplateKeyword: true 1120b02be92SPatrick VentureSpaceBeforeAssignmentOperators: true 113*fbc6c9d7SPatrick WilliamsSpaceBeforeCpp11BracedList: false 114*fbc6c9d7SPatrick WilliamsSpaceBeforeCtorInitializerColon: true 115*fbc6c9d7SPatrick WilliamsSpaceBeforeInheritanceColon: true 1160b02be92SPatrick VentureSpaceBeforeParens: ControlStatements 117*fbc6c9d7SPatrick WilliamsSpaceBeforeRangeBasedForLoopColon: true 1180b02be92SPatrick VentureSpaceInEmptyParentheses: false 1190b02be92SPatrick VentureSpacesBeforeTrailingComments: 1 1200b02be92SPatrick VentureSpacesInAngles: false 1210b02be92SPatrick VentureSpacesInContainerLiterals: true 1220b02be92SPatrick VentureSpacesInCStyleCastParentheses: false 1230b02be92SPatrick VentureSpacesInParentheses: false 1240b02be92SPatrick VentureSpacesInSquareBrackets: false 125*fbc6c9d7SPatrick WilliamsStandard: Latest 1260b02be92SPatrick VentureTabWidth: 4 1270b02be92SPatrick VentureUseTab: Never 1280b02be92SPatrick Venture... 1290b02be92SPatrick Venture 130