1ef3aeadcSPatrick Venture---
2ef3aeadcSPatrick VentureLanguage:        Cpp
3ef3aeadcSPatrick Venture# BasedOnStyle:  LLVM
4ef3aeadcSPatrick VentureAccessModifierOffset: -2
5ef3aeadcSPatrick VentureAlignAfterOpenBracket: Align
6ef3aeadcSPatrick VentureAlignConsecutiveAssignments: false
7ef3aeadcSPatrick VentureAlignConsecutiveDeclarations: false
852509572SPatrick WilliamsAlignEscapedNewlines: Right
952509572SPatrick WilliamsAlignOperands:  Align
1052509572SPatrick WilliamsAlignTrailingComments:
1152509572SPatrick Williams  Kind: Always
1252509572SPatrick Williams  OverEmptyLines: 1
13ef3aeadcSPatrick VentureAllowAllParametersOfDeclarationOnNextLine: true
1452509572SPatrick WilliamsAllowShortBlocksOnASingleLine: Empty
15ef3aeadcSPatrick VentureAllowShortCaseLabelsOnASingleLine: false
1652509572SPatrick WilliamsAllowShortFunctionsOnASingleLine: Empty
17*0dea6fa8SPatrick WilliamsAllowShortIfStatementsOnASingleLine: Never
18*0dea6fa8SPatrick WilliamsAllowShortLambdasOnASingleLine: true
19ef3aeadcSPatrick VentureAllowShortLoopsOnASingleLine: false
20ef3aeadcSPatrick VentureAlwaysBreakAfterReturnType: None
21ef3aeadcSPatrick VentureAlwaysBreakBeforeMultilineStrings: false
2252509572SPatrick WilliamsAlwaysBreakTemplateDeclarations: Yes
23ef3aeadcSPatrick VentureBinPackArguments: true
24ef3aeadcSPatrick VentureBinPackParameters: true
25*0dea6fa8SPatrick WilliamsBitFieldColonSpacing: None
26ef3aeadcSPatrick VentureBraceWrapping:
2752509572SPatrick Williams  AfterCaseLabel:  true
28ef3aeadcSPatrick Venture  AfterClass:      true
29ef3aeadcSPatrick Venture  AfterControlStatement: true
30ef3aeadcSPatrick Venture  AfterEnum:       true
31*0dea6fa8SPatrick Williams  AfterExternBlock: true
32ef3aeadcSPatrick Venture  AfterFunction:   true
33ef3aeadcSPatrick Venture  AfterNamespace:  true
34ef3aeadcSPatrick Venture  AfterObjCDeclaration: true
35ef3aeadcSPatrick Venture  AfterStruct:     true
36ef3aeadcSPatrick Venture  AfterUnion:      true
37ef3aeadcSPatrick Venture  BeforeCatch:     true
38ef3aeadcSPatrick Venture  BeforeElse:      true
39*0dea6fa8SPatrick Williams  BeforeLambdaBody: false
40*0dea6fa8SPatrick Williams  BeforeWhile:     false
41ef3aeadcSPatrick Venture  IndentBraces:    false
4252509572SPatrick Williams  SplitEmptyFunction:   false
4352509572SPatrick Williams  SplitEmptyRecord:     false
4452509572SPatrick Williams  SplitEmptyNamespace:  false
4552509572SPatrick WilliamsBreakAfterAttributes: Never
46ef3aeadcSPatrick VentureBreakBeforeBinaryOperators: None
47ef3aeadcSPatrick VentureBreakBeforeBraces: Custom
48ef3aeadcSPatrick VentureBreakBeforeTernaryOperators: true
49ef3aeadcSPatrick VentureBreakConstructorInitializers: AfterColon
5052509572SPatrick WilliamsBreakInheritanceList: AfterColon
5152509572SPatrick WilliamsBreakStringLiterals: false
52ef3aeadcSPatrick VentureColumnLimit:     80
53ef3aeadcSPatrick VentureCommentPragmas:  '^ IWYU pragma:'
5452509572SPatrick WilliamsCompactNamespaces: false
55ef3aeadcSPatrick VentureConstructorInitializerIndentWidth: 4
56ef3aeadcSPatrick VentureContinuationIndentWidth: 4
57ef3aeadcSPatrick VentureCpp11BracedListStyle: true
58ef3aeadcSPatrick VentureDerivePointerAlignment: false
59ef3aeadcSPatrick VentureDisableFormat:   false
60ef3aeadcSPatrick VentureFixNamespaceComments: true
61*0dea6fa8SPatrick WilliamsForEachMacros:
62*0dea6fa8SPatrick Williams  - foreach
63*0dea6fa8SPatrick Williams  - Q_FOREACH
64*0dea6fa8SPatrick Williams  - BOOST_FOREACH
65ef3aeadcSPatrick VentureIncludeBlocks: Regroup
66ef3aeadcSPatrick VentureIncludeCategories:
67ef3aeadcSPatrick Venture  - Regex:           '^[<"](gtest|gmock)'
6852509572SPatrick Williams    Priority:        7
69ef3aeadcSPatrick Venture  - Regex:           '^"config.h"'
70ef3aeadcSPatrick Venture    Priority:        -1
7152509572SPatrick Williams  - Regex:           '^".*\.h"'
72ef3aeadcSPatrick Venture    Priority:        1
7352509572SPatrick Williams  - Regex:           '^".*\.hpp"'
74ef3aeadcSPatrick Venture    Priority:        2
7552509572SPatrick Williams  - Regex:           '^<.*\.h>'
76ef3aeadcSPatrick Venture    Priority:        3
7752509572SPatrick Williams  - Regex:           '^<.*\.hpp>'
78ef3aeadcSPatrick Venture    Priority:        4
7952509572SPatrick Williams  - Regex:           '^<.*'
8052509572SPatrick Williams    Priority:        5
8152509572SPatrick Williams  - Regex:           '.*'
8252509572SPatrick Williams    Priority:        6
83ef3aeadcSPatrick VentureIndentCaseLabels: true
84*0dea6fa8SPatrick WilliamsIndentExternBlock: NoIndent
8552509572SPatrick WilliamsIndentRequiresClause: true
86ef3aeadcSPatrick VentureIndentWidth:     4
87ef3aeadcSPatrick VentureIndentWrappedFunctionNames: true
8852509572SPatrick WilliamsInsertNewlineAtEOF: true
8952509572SPatrick WilliamsKeepEmptyLinesAtTheStartOfBlocks: false
9052509572SPatrick WilliamsLambdaBodyIndentation: OuterScope
9152509572SPatrick WilliamsLineEnding: LF
92ef3aeadcSPatrick VentureMacroBlockBegin: ''
93ef3aeadcSPatrick VentureMacroBlockEnd:   ''
94ef3aeadcSPatrick VentureMaxEmptyLinesToKeep: 1
95ef3aeadcSPatrick VentureNamespaceIndentation: None
96ef3aeadcSPatrick VentureObjCBlockIndentWidth: 2
97ef3aeadcSPatrick VentureObjCSpaceAfterProperty: false
98ef3aeadcSPatrick VentureObjCSpaceBeforeProtocolList: true
99*0dea6fa8SPatrick WilliamsPackConstructorInitializers: BinPack
10052509572SPatrick WilliamsPenaltyBreakAssignment: 25
101ef3aeadcSPatrick VenturePenaltyBreakBeforeFirstCallParameter: 19
102ef3aeadcSPatrick VenturePenaltyBreakComment: 300
103ef3aeadcSPatrick VenturePenaltyBreakFirstLessLess: 120
104ef3aeadcSPatrick VenturePenaltyBreakString: 1000
105ef3aeadcSPatrick VenturePenaltyExcessCharacter: 1000000
106ef3aeadcSPatrick VenturePenaltyReturnTypeOnItsOwnLine: 60
10752509572SPatrick WilliamsPenaltyIndentedWhitespace: 0
108*0dea6fa8SPatrick WilliamsPointerAlignment: Left
10952509572SPatrick WilliamsQualifierAlignment: Left
11052509572SPatrick WilliamsReferenceAlignment: Left
111ef3aeadcSPatrick VentureReflowComments:  true
11252509572SPatrick WilliamsRequiresClausePosition: OwnLine
11352509572SPatrick WilliamsRequiresExpressionIndentation: Keyword
114*0dea6fa8SPatrick WilliamsSortIncludes: CaseSensitive
115ef3aeadcSPatrick VentureSortUsingDeclarations: true
116ef3aeadcSPatrick VentureSpaceAfterCStyleCast: false
11752509572SPatrick WilliamsSpaceAfterTemplateKeyword: true
118ef3aeadcSPatrick VentureSpaceBeforeAssignmentOperators: true
11952509572SPatrick WilliamsSpaceBeforeCpp11BracedList: false
12052509572SPatrick WilliamsSpaceBeforeCtorInitializerColon: true
12152509572SPatrick WilliamsSpaceBeforeInheritanceColon: true
122ef3aeadcSPatrick VentureSpaceBeforeParens: ControlStatements
12352509572SPatrick WilliamsSpaceBeforeRangeBasedForLoopColon: true
124ef3aeadcSPatrick VentureSpaceInEmptyParentheses: false
125ef3aeadcSPatrick VentureSpacesBeforeTrailingComments: 1
126*0dea6fa8SPatrick WilliamsSpacesInAngles: Never
127ef3aeadcSPatrick VentureSpacesInContainerLiterals: true
128ef3aeadcSPatrick VentureSpacesInCStyleCastParentheses: false
129ef3aeadcSPatrick VentureSpacesInParentheses: false
130ef3aeadcSPatrick VentureSpacesInSquareBrackets: false
13152509572SPatrick WilliamsStandard:        Latest
132ef3aeadcSPatrick VentureTabWidth:        4
133ef3aeadcSPatrick VentureUseTab:          Never
134ef3aeadcSPatrick Venture...
135ef3aeadcSPatrick Venture
136