15a4f6550SPatrick Venture--- 25a4f6550SPatrick VentureLanguage: Cpp 35a4f6550SPatrick Venture# BasedOnStyle: LLVM 45a4f6550SPatrick VentureAccessModifierOffset: -2 55a4f6550SPatrick VentureAlignAfterOpenBracket: Align 65a4f6550SPatrick VentureAlignConsecutiveAssignments: false 75a4f6550SPatrick VentureAlignConsecutiveDeclarations: false 8*9b37b095SPatrick VentureAlignEscapedNewlines: Right 95a4f6550SPatrick VentureAlignOperands: true 105a4f6550SPatrick VentureAlignTrailingComments: true 115a4f6550SPatrick VentureAllowAllParametersOfDeclarationOnNextLine: true 125a4f6550SPatrick VentureAllowShortBlocksOnASingleLine: false 135a4f6550SPatrick VentureAllowShortCaseLabelsOnASingleLine: false 145a4f6550SPatrick VentureAllowShortFunctionsOnASingleLine: None 155a4f6550SPatrick VentureAllowShortIfStatementsOnASingleLine: false 165a4f6550SPatrick VentureAllowShortLoopsOnASingleLine: false 175a4f6550SPatrick VentureAlwaysBreakAfterReturnType: None 185a4f6550SPatrick VentureAlwaysBreakBeforeMultilineStrings: false 19*9b37b095SPatrick VentureAlwaysBreakTemplateDeclarations: Yes 205a4f6550SPatrick VentureBinPackArguments: true 215a4f6550SPatrick VentureBinPackParameters: true 225a4f6550SPatrick VentureBraceWrapping: 23*9b37b095SPatrick Venture AfterCaseLabel: true 245a4f6550SPatrick Venture AfterClass: true 255a4f6550SPatrick Venture AfterControlStatement: true 265a4f6550SPatrick Venture AfterEnum: true 275a4f6550SPatrick Venture AfterFunction: true 285a4f6550SPatrick Venture AfterNamespace: true 295a4f6550SPatrick Venture AfterObjCDeclaration: true 305a4f6550SPatrick Venture AfterStruct: true 315a4f6550SPatrick Venture AfterUnion: true 32*9b37b095SPatrick Venture AfterExternBlock: true 335a4f6550SPatrick Venture BeforeCatch: true 345a4f6550SPatrick Venture BeforeElse: true 355a4f6550SPatrick Venture IndentBraces: false 36*9b37b095SPatrick Venture SplitEmptyFunction: false 37*9b37b095SPatrick Venture SplitEmptyRecord: false 38*9b37b095SPatrick Venture SplitEmptyNamespace: false 395a4f6550SPatrick VentureBreakBeforeBinaryOperators: None 405a4f6550SPatrick VentureBreakBeforeBraces: Custom 415a4f6550SPatrick VentureBreakBeforeTernaryOperators: true 425a4f6550SPatrick VentureBreakConstructorInitializers: AfterColon 43*9b37b095SPatrick VentureBreakInheritanceList: AfterColon 44*9b37b095SPatrick VentureBreakStringLiterals: true 455a4f6550SPatrick VentureColumnLimit: 80 465a4f6550SPatrick VentureCommentPragmas: '^ IWYU pragma:' 47*9b37b095SPatrick VentureCompactNamespaces: false 485a4f6550SPatrick VentureConstructorInitializerAllOnOneLineOrOnePerLine: false 495a4f6550SPatrick VentureConstructorInitializerIndentWidth: 4 505a4f6550SPatrick VentureContinuationIndentWidth: 4 515a4f6550SPatrick VentureCpp11BracedListStyle: true 525a4f6550SPatrick VentureDerivePointerAlignment: false 535a4f6550SPatrick VenturePointerAlignment: Left 545a4f6550SPatrick VentureDisableFormat: false 555a4f6550SPatrick VentureExperimentalAutoDetectBinPacking: false 565a4f6550SPatrick VentureFixNamespaceComments: true 575a4f6550SPatrick VentureForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ] 585a4f6550SPatrick VentureIncludeBlocks: Regroup 595a4f6550SPatrick VentureIncludeCategories: 605a4f6550SPatrick Venture - Regex: '^[<"](gtest|gmock)' 61*9b37b095SPatrick Venture Priority: 7 625a4f6550SPatrick Venture - Regex: '^"config.h"' 635a4f6550SPatrick Venture Priority: -1 64*9b37b095SPatrick Venture - Regex: '^".*\.h"' 655a4f6550SPatrick Venture Priority: 1 66*9b37b095SPatrick Venture - Regex: '^".*\.hpp"' 675a4f6550SPatrick Venture Priority: 2 68*9b37b095SPatrick Venture - Regex: '^<.*\.h>' 695a4f6550SPatrick Venture Priority: 3 70*9b37b095SPatrick Venture - Regex: '^<.*\.hpp>' 715a4f6550SPatrick Venture Priority: 4 72*9b37b095SPatrick Venture - Regex: '^<.*' 73*9b37b095SPatrick Venture Priority: 5 74*9b37b095SPatrick Venture - Regex: '.*' 75*9b37b095SPatrick Venture Priority: 6 765a4f6550SPatrick VentureIndentCaseLabels: true 775a4f6550SPatrick VentureIndentWidth: 4 785a4f6550SPatrick VentureIndentWrappedFunctionNames: true 795a4f6550SPatrick VentureKeepEmptyLinesAtTheStartOfBlocks: true 805a4f6550SPatrick VentureMacroBlockBegin: '' 815a4f6550SPatrick VentureMacroBlockEnd: '' 825a4f6550SPatrick VentureMaxEmptyLinesToKeep: 1 835a4f6550SPatrick VentureNamespaceIndentation: None 845a4f6550SPatrick VentureObjCBlockIndentWidth: 2 855a4f6550SPatrick VentureObjCSpaceAfterProperty: false 865a4f6550SPatrick VentureObjCSpaceBeforeProtocolList: true 875a4f6550SPatrick VenturePenaltyBreakBeforeFirstCallParameter: 19 885a4f6550SPatrick VenturePenaltyBreakComment: 300 895a4f6550SPatrick VenturePenaltyBreakFirstLessLess: 120 905a4f6550SPatrick VenturePenaltyBreakString: 1000 915a4f6550SPatrick VenturePenaltyExcessCharacter: 1000000 925a4f6550SPatrick VenturePenaltyReturnTypeOnItsOwnLine: 60 935a4f6550SPatrick VentureReflowComments: true 945a4f6550SPatrick VentureSortIncludes: true 955a4f6550SPatrick VentureSortUsingDeclarations: true 965a4f6550SPatrick VentureSpaceAfterCStyleCast: false 97*9b37b095SPatrick VentureSpaceAfterTemplateKeyword: true 985a4f6550SPatrick VentureSpaceBeforeAssignmentOperators: true 99*9b37b095SPatrick VentureSpaceBeforeCpp11BracedList: false 100*9b37b095SPatrick VentureSpaceBeforeCtorInitializerColon: true 101*9b37b095SPatrick VentureSpaceBeforeInheritanceColon: true 1025a4f6550SPatrick VentureSpaceBeforeParens: ControlStatements 103*9b37b095SPatrick VentureSpaceBeforeRangeBasedForLoopColon: true 1045a4f6550SPatrick VentureSpaceInEmptyParentheses: false 1055a4f6550SPatrick VentureSpacesBeforeTrailingComments: 1 1065a4f6550SPatrick VentureSpacesInAngles: false 1075a4f6550SPatrick VentureSpacesInContainerLiterals: true 1085a4f6550SPatrick VentureSpacesInCStyleCastParentheses: false 1095a4f6550SPatrick VentureSpacesInParentheses: false 1105a4f6550SPatrick VentureSpacesInSquareBrackets: false 1115a4f6550SPatrick VentureStandard: Cpp11 1125a4f6550SPatrick VentureTabWidth: 4 1135a4f6550SPatrick VentureUseTab: Never 1145a4f6550SPatrick Venture... 1155a4f6550SPatrick Venture 116