1*ef3aeadcSPatrick Venture---
2*ef3aeadcSPatrick VentureLanguage:        Cpp
3*ef3aeadcSPatrick Venture# BasedOnStyle:  LLVM
4*ef3aeadcSPatrick VentureAccessModifierOffset: -2
5*ef3aeadcSPatrick VentureAlignAfterOpenBracket: Align
6*ef3aeadcSPatrick VentureAlignConsecutiveAssignments: false
7*ef3aeadcSPatrick VentureAlignConsecutiveDeclarations: false
8*ef3aeadcSPatrick VentureAlignEscapedNewlinesLeft: false
9*ef3aeadcSPatrick VentureAlignOperands:   true
10*ef3aeadcSPatrick VentureAlignTrailingComments: true
11*ef3aeadcSPatrick VentureAllowAllParametersOfDeclarationOnNextLine: true
12*ef3aeadcSPatrick VentureAllowShortBlocksOnASingleLine: false
13*ef3aeadcSPatrick VentureAllowShortCaseLabelsOnASingleLine: false
14*ef3aeadcSPatrick VentureAllowShortFunctionsOnASingleLine: None
15*ef3aeadcSPatrick VentureAllowShortIfStatementsOnASingleLine: false
16*ef3aeadcSPatrick VentureAllowShortLoopsOnASingleLine: false
17*ef3aeadcSPatrick VentureAlwaysBreakAfterDefinitionReturnType: None
18*ef3aeadcSPatrick VentureAlwaysBreakAfterReturnType: None
19*ef3aeadcSPatrick VentureAlwaysBreakBeforeMultilineStrings: false
20*ef3aeadcSPatrick VentureAlwaysBreakTemplateDeclarations: true
21*ef3aeadcSPatrick VentureBinPackArguments: true
22*ef3aeadcSPatrick VentureBinPackParameters: true
23*ef3aeadcSPatrick VentureBraceWrapping:
24*ef3aeadcSPatrick Venture  AfterClass:      true
25*ef3aeadcSPatrick Venture  AfterControlStatement: true
26*ef3aeadcSPatrick Venture  AfterEnum:       true
27*ef3aeadcSPatrick Venture  AfterFunction:   true
28*ef3aeadcSPatrick Venture  AfterNamespace:  true
29*ef3aeadcSPatrick Venture  AfterObjCDeclaration: true
30*ef3aeadcSPatrick Venture  AfterStruct:     true
31*ef3aeadcSPatrick Venture  AfterUnion:      true
32*ef3aeadcSPatrick Venture  BeforeCatch:     true
33*ef3aeadcSPatrick Venture  BeforeElse:      true
34*ef3aeadcSPatrick Venture  IndentBraces:    false
35*ef3aeadcSPatrick VentureBreakBeforeBinaryOperators: None
36*ef3aeadcSPatrick VentureBreakBeforeBraces: Custom
37*ef3aeadcSPatrick VentureBreakBeforeTernaryOperators: true
38*ef3aeadcSPatrick VentureBreakConstructorInitializers: AfterColon
39*ef3aeadcSPatrick VentureColumnLimit:     80
40*ef3aeadcSPatrick VentureCommentPragmas:  '^ IWYU pragma:'
41*ef3aeadcSPatrick VentureConstructorInitializerAllOnOneLineOrOnePerLine: false
42*ef3aeadcSPatrick VentureConstructorInitializerIndentWidth: 4
43*ef3aeadcSPatrick VentureContinuationIndentWidth: 4
44*ef3aeadcSPatrick VentureCpp11BracedListStyle: true
45*ef3aeadcSPatrick VentureDerivePointerAlignment: false
46*ef3aeadcSPatrick VenturePointerAlignment: Left
47*ef3aeadcSPatrick VentureDisableFormat:   false
48*ef3aeadcSPatrick VentureExperimentalAutoDetectBinPacking: false
49*ef3aeadcSPatrick VentureFixNamespaceComments: true
50*ef3aeadcSPatrick VentureForEachMacros:   [ foreach, Q_FOREACH, BOOST_FOREACH ]
51*ef3aeadcSPatrick VentureIncludeBlocks: Regroup
52*ef3aeadcSPatrick VentureIncludeCategories:
53*ef3aeadcSPatrick Venture  - Regex:           '^[<"](gtest|gmock)'
54*ef3aeadcSPatrick Venture    Priority:        5
55*ef3aeadcSPatrick Venture  - Regex:           '^"config.h"'
56*ef3aeadcSPatrick Venture    Priority:        -1
57*ef3aeadcSPatrick Venture  - Regex:           '^".*\.hpp"'
58*ef3aeadcSPatrick Venture    Priority:        1
59*ef3aeadcSPatrick Venture  - Regex:           '^<.*\.h>'
60*ef3aeadcSPatrick Venture    Priority:        2
61*ef3aeadcSPatrick Venture  - Regex:           '^<.*'
62*ef3aeadcSPatrick Venture    Priority:        3
63*ef3aeadcSPatrick Venture  - Regex:           '.*'
64*ef3aeadcSPatrick Venture    Priority:        4
65*ef3aeadcSPatrick VentureIndentCaseLabels: true
66*ef3aeadcSPatrick VentureIndentWidth:     4
67*ef3aeadcSPatrick VentureIndentWrappedFunctionNames: true
68*ef3aeadcSPatrick VentureKeepEmptyLinesAtTheStartOfBlocks: true
69*ef3aeadcSPatrick VentureMacroBlockBegin: ''
70*ef3aeadcSPatrick VentureMacroBlockEnd:   ''
71*ef3aeadcSPatrick VentureMaxEmptyLinesToKeep: 1
72*ef3aeadcSPatrick VentureNamespaceIndentation: None
73*ef3aeadcSPatrick VentureObjCBlockIndentWidth: 2
74*ef3aeadcSPatrick VentureObjCSpaceAfterProperty: false
75*ef3aeadcSPatrick VentureObjCSpaceBeforeProtocolList: true
76*ef3aeadcSPatrick VenturePenaltyBreakBeforeFirstCallParameter: 19
77*ef3aeadcSPatrick VenturePenaltyBreakComment: 300
78*ef3aeadcSPatrick VenturePenaltyBreakFirstLessLess: 120
79*ef3aeadcSPatrick VenturePenaltyBreakString: 1000
80*ef3aeadcSPatrick VenturePenaltyExcessCharacter: 1000000
81*ef3aeadcSPatrick VenturePenaltyReturnTypeOnItsOwnLine: 60
82*ef3aeadcSPatrick VentureReflowComments:  true
83*ef3aeadcSPatrick VentureSortIncludes:    true
84*ef3aeadcSPatrick VentureSortUsingDeclarations: true
85*ef3aeadcSPatrick VentureSpaceAfterCStyleCast: false
86*ef3aeadcSPatrick VentureSpaceBeforeAssignmentOperators: true
87*ef3aeadcSPatrick VentureSpaceBeforeParens: ControlStatements
88*ef3aeadcSPatrick VentureSpaceInEmptyParentheses: false
89*ef3aeadcSPatrick VentureSpacesBeforeTrailingComments: 1
90*ef3aeadcSPatrick VentureSpacesInAngles:  false
91*ef3aeadcSPatrick VentureSpacesInContainerLiterals: true
92*ef3aeadcSPatrick VentureSpacesInCStyleCastParentheses: false
93*ef3aeadcSPatrick VentureSpacesInParentheses: false
94*ef3aeadcSPatrick VentureSpacesInSquareBrackets: false
95*ef3aeadcSPatrick VentureStandard:        Cpp11
96*ef3aeadcSPatrick VentureTabWidth:        4
97*ef3aeadcSPatrick VentureUseTab:          Never
98*ef3aeadcSPatrick Venture...
99*ef3aeadcSPatrick Venture
100