1414db5a8SPatrick Venture---
2414db5a8SPatrick VentureLanguage:        Cpp
3414db5a8SPatrick Venture# BasedOnStyle:  LLVM
4414db5a8SPatrick VentureAccessModifierOffset: -2
5414db5a8SPatrick VentureAlignAfterOpenBracket: Align
6414db5a8SPatrick VentureAlignConsecutiveAssignments: false
7414db5a8SPatrick VentureAlignConsecutiveDeclarations: false
8157063d0SPatrick WilliamsAlignEscapedNewlines: Right
9157063d0SPatrick WilliamsAlignOperands:  Align
10157063d0SPatrick WilliamsAlignTrailingComments:
11157063d0SPatrick Williams  Kind: Always
12157063d0SPatrick Williams  OverEmptyLines: 1
13414db5a8SPatrick VentureAllowAllParametersOfDeclarationOnNextLine: true
14157063d0SPatrick WilliamsAllowShortBlocksOnASingleLine: Empty
15414db5a8SPatrick VentureAllowShortCaseLabelsOnASingleLine: false
16157063d0SPatrick WilliamsAllowShortFunctionsOnASingleLine: Empty
17*464db676SPatrick WilliamsAllowShortIfStatementsOnASingleLine: Never
18*464db676SPatrick WilliamsAllowShortLambdasOnASingleLine: true
19414db5a8SPatrick VentureAllowShortLoopsOnASingleLine: false
20414db5a8SPatrick VentureAlwaysBreakAfterReturnType: None
21414db5a8SPatrick VentureAlwaysBreakBeforeMultilineStrings: false
22157063d0SPatrick WilliamsAlwaysBreakTemplateDeclarations: Yes
23414db5a8SPatrick VentureBinPackArguments: true
24414db5a8SPatrick VentureBinPackParameters: true
25*464db676SPatrick WilliamsBitFieldColonSpacing: None
26414db5a8SPatrick VentureBraceWrapping:
27157063d0SPatrick Williams  AfterCaseLabel:  true
28414db5a8SPatrick Venture  AfterClass:      true
29414db5a8SPatrick Venture  AfterControlStatement: true
30414db5a8SPatrick Venture  AfterEnum:       true
31*464db676SPatrick Williams  AfterExternBlock: true
32414db5a8SPatrick Venture  AfterFunction:   true
33414db5a8SPatrick Venture  AfterNamespace:  true
34414db5a8SPatrick Venture  AfterObjCDeclaration: true
35414db5a8SPatrick Venture  AfterStruct:     true
36414db5a8SPatrick Venture  AfterUnion:      true
37414db5a8SPatrick Venture  BeforeCatch:     true
38414db5a8SPatrick Venture  BeforeElse:      true
39*464db676SPatrick Williams  BeforeLambdaBody: false
40*464db676SPatrick Williams  BeforeWhile:     false
41414db5a8SPatrick Venture  IndentBraces:    false
42157063d0SPatrick Williams  SplitEmptyFunction:   false
43157063d0SPatrick Williams  SplitEmptyRecord:     false
44157063d0SPatrick Williams  SplitEmptyNamespace:  false
45157063d0SPatrick WilliamsBreakAfterAttributes: Never
46414db5a8SPatrick VentureBreakBeforeBinaryOperators: None
47414db5a8SPatrick VentureBreakBeforeBraces: Custom
48414db5a8SPatrick VentureBreakBeforeTernaryOperators: true
49414db5a8SPatrick VentureBreakConstructorInitializers: AfterColon
50157063d0SPatrick WilliamsBreakInheritanceList: AfterColon
51157063d0SPatrick WilliamsBreakStringLiterals: false
52414db5a8SPatrick VentureColumnLimit:     80
53414db5a8SPatrick VentureCommentPragmas:  '^ IWYU pragma:'
54157063d0SPatrick WilliamsCompactNamespaces: false
55414db5a8SPatrick VentureConstructorInitializerIndentWidth: 4
56414db5a8SPatrick VentureContinuationIndentWidth: 4
57414db5a8SPatrick VentureCpp11BracedListStyle: true
58414db5a8SPatrick VentureDerivePointerAlignment: false
59414db5a8SPatrick VentureDisableFormat:   false
60414db5a8SPatrick VentureFixNamespaceComments: true
61*464db676SPatrick WilliamsForEachMacros:
62*464db676SPatrick Williams  - foreach
63*464db676SPatrick Williams  - Q_FOREACH
64*464db676SPatrick Williams  - BOOST_FOREACH
65414db5a8SPatrick VentureIncludeBlocks: Regroup
66414db5a8SPatrick VentureIncludeCategories:
67414db5a8SPatrick Venture  - Regex:           '^[<"](gtest|gmock)'
68157063d0SPatrick Williams    Priority:        7
69414db5a8SPatrick Venture  - Regex:           '^"config.h"'
70414db5a8SPatrick Venture    Priority:        -1
71157063d0SPatrick Williams  - Regex:           '^".*\.h"'
72414db5a8SPatrick Venture    Priority:        1
73157063d0SPatrick Williams  - Regex:           '^".*\.hpp"'
74414db5a8SPatrick Venture    Priority:        2
75157063d0SPatrick Williams  - Regex:           '^<.*\.h>'
76414db5a8SPatrick Venture    Priority:        3
77157063d0SPatrick Williams  - Regex:           '^<.*\.hpp>'
78414db5a8SPatrick Venture    Priority:        4
79157063d0SPatrick Williams  - Regex:           '^<.*'
80157063d0SPatrick Williams    Priority:        5
81157063d0SPatrick Williams  - Regex:           '.*'
82157063d0SPatrick Williams    Priority:        6
83414db5a8SPatrick VentureIndentCaseLabels: true
84*464db676SPatrick WilliamsIndentExternBlock: NoIndent
85157063d0SPatrick WilliamsIndentRequiresClause: true
86414db5a8SPatrick VentureIndentWidth:     4
87414db5a8SPatrick VentureIndentWrappedFunctionNames: true
88157063d0SPatrick WilliamsInsertNewlineAtEOF: true
89157063d0SPatrick WilliamsKeepEmptyLinesAtTheStartOfBlocks: false
90157063d0SPatrick WilliamsLambdaBodyIndentation: OuterScope
91157063d0SPatrick WilliamsLineEnding: LF
92414db5a8SPatrick VentureMacroBlockBegin: ''
93414db5a8SPatrick VentureMacroBlockEnd:   ''
94414db5a8SPatrick VentureMaxEmptyLinesToKeep: 1
95414db5a8SPatrick VentureNamespaceIndentation: None
96414db5a8SPatrick VentureObjCBlockIndentWidth: 2
97414db5a8SPatrick VentureObjCSpaceAfterProperty: false
98414db5a8SPatrick VentureObjCSpaceBeforeProtocolList: true
99*464db676SPatrick WilliamsPackConstructorInitializers: BinPack
100157063d0SPatrick WilliamsPenaltyBreakAssignment: 25
101414db5a8SPatrick VenturePenaltyBreakBeforeFirstCallParameter: 19
102414db5a8SPatrick VenturePenaltyBreakComment: 300
103414db5a8SPatrick VenturePenaltyBreakFirstLessLess: 120
104414db5a8SPatrick VenturePenaltyBreakString: 1000
105414db5a8SPatrick VenturePenaltyExcessCharacter: 1000000
106414db5a8SPatrick VenturePenaltyReturnTypeOnItsOwnLine: 60
107157063d0SPatrick WilliamsPenaltyIndentedWhitespace: 0
108*464db676SPatrick WilliamsPointerAlignment: Left
109157063d0SPatrick WilliamsQualifierAlignment: Left
110157063d0SPatrick WilliamsReferenceAlignment: Left
111414db5a8SPatrick VentureReflowComments:  true
112157063d0SPatrick WilliamsRequiresClausePosition: OwnLine
113157063d0SPatrick WilliamsRequiresExpressionIndentation: Keyword
114*464db676SPatrick WilliamsSortIncludes: CaseSensitive
115414db5a8SPatrick VentureSortUsingDeclarations: true
116414db5a8SPatrick VentureSpaceAfterCStyleCast: false
117157063d0SPatrick WilliamsSpaceAfterTemplateKeyword: true
118414db5a8SPatrick VentureSpaceBeforeAssignmentOperators: true
119157063d0SPatrick WilliamsSpaceBeforeCpp11BracedList: false
120157063d0SPatrick WilliamsSpaceBeforeCtorInitializerColon: true
121157063d0SPatrick WilliamsSpaceBeforeInheritanceColon: true
122414db5a8SPatrick VentureSpaceBeforeParens: ControlStatements
123157063d0SPatrick WilliamsSpaceBeforeRangeBasedForLoopColon: true
124414db5a8SPatrick VentureSpaceInEmptyParentheses: false
125414db5a8SPatrick VentureSpacesBeforeTrailingComments: 1
126*464db676SPatrick WilliamsSpacesInAngles: Never
127414db5a8SPatrick VentureSpacesInContainerLiterals: true
128414db5a8SPatrick VentureSpacesInCStyleCastParentheses: false
129414db5a8SPatrick VentureSpacesInParentheses: false
130414db5a8SPatrick VentureSpacesInSquareBrackets: false
131157063d0SPatrick WilliamsStandard:        Latest
132414db5a8SPatrick VentureTabWidth:        4
133414db5a8SPatrick VentureUseTab:          Never
134414db5a8SPatrick Venture...
135414db5a8SPatrick Venture
136