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