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
17464db676SPatrick WilliamsAllowShortIfStatementsOnASingleLine: Never
18464db676SPatrick WilliamsAllowShortLambdasOnASingleLine: true
19414db5a8SPatrick VentureAllowShortLoopsOnASingleLine: false
20414db5a8SPatrick VentureAlwaysBreakAfterReturnType: None
21414db5a8SPatrick VentureAlwaysBreakBeforeMultilineStrings: false
22157063d0SPatrick WilliamsAlwaysBreakTemplateDeclarations: Yes
23414db5a8SPatrick VentureBinPackArguments: true
24414db5a8SPatrick VentureBinPackParameters: true
25464db676SPatrick WilliamsBitFieldColonSpacing: None
26414db5a8SPatrick VentureBraceWrapping:
27157063d0SPatrick Williams  AfterCaseLabel:  true
28414db5a8SPatrick Venture  AfterClass:      true
29414db5a8SPatrick Venture  AfterControlStatement: true
30414db5a8SPatrick Venture  AfterEnum:       true
31464db676SPatrick 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
39464db676SPatrick Williams  BeforeLambdaBody: false
40464db676SPatrick 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
61464db676SPatrick WilliamsForEachMacros:
62464db676SPatrick Williams  - foreach
63464db676SPatrick Williams  - Q_FOREACH
64464db676SPatrick 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
84464db676SPatrick WilliamsIndentExternBlock: NoIndent
85157063d0SPatrick WilliamsIndentRequiresClause: true
86414db5a8SPatrick VentureIndentWidth:     4
87414db5a8SPatrick VentureIndentWrappedFunctionNames: true
88157063d0SPatrick WilliamsInsertNewlineAtEOF: true
89157063d0SPatrick WilliamsKeepEmptyLinesAtTheStartOfBlocks: false
90*ccf712f6SPatrick WilliamsLambdaBodyIndentation: Signature
91157063d0SPatrick WilliamsLineEnding: LF
92414db5a8SPatrick VentureMacroBlockBegin: ''
93414db5a8SPatrick VentureMacroBlockEnd:   ''
94414db5a8SPatrick VentureMaxEmptyLinesToKeep: 1
95414db5a8SPatrick VentureNamespaceIndentation: None
96414db5a8SPatrick VentureObjCBlockIndentWidth: 2
97414db5a8SPatrick VentureObjCSpaceAfterProperty: false
98414db5a8SPatrick VentureObjCSpaceBeforeProtocolList: true
99464db676SPatrick WilliamsPackConstructorInitializers: BinPack
100157063d0SPatrick WilliamsPenaltyBreakAssignment: 25
101*ccf712f6SPatrick WilliamsPenaltyBreakBeforeFirstCallParameter: 50
102414db5a8SPatrick VenturePenaltyBreakComment: 300
103414db5a8SPatrick VenturePenaltyBreakFirstLessLess: 120
104414db5a8SPatrick VenturePenaltyBreakString: 1000
105*ccf712f6SPatrick WilliamsPenaltyBreakTemplateDeclaration: 10
106414db5a8SPatrick VenturePenaltyExcessCharacter: 1000000
107414db5a8SPatrick VenturePenaltyReturnTypeOnItsOwnLine: 60
108*ccf712f6SPatrick WilliamsPenaltyIndentedWhitespace: 1
109464db676SPatrick WilliamsPointerAlignment: Left
110157063d0SPatrick WilliamsQualifierAlignment: Left
111157063d0SPatrick WilliamsReferenceAlignment: Left
112414db5a8SPatrick VentureReflowComments:  true
113157063d0SPatrick WilliamsRequiresClausePosition: OwnLine
114157063d0SPatrick WilliamsRequiresExpressionIndentation: Keyword
115464db676SPatrick WilliamsSortIncludes: CaseSensitive
116414db5a8SPatrick VentureSortUsingDeclarations: true
117414db5a8SPatrick VentureSpaceAfterCStyleCast: false
118157063d0SPatrick WilliamsSpaceAfterTemplateKeyword: true
119414db5a8SPatrick VentureSpaceBeforeAssignmentOperators: true
120157063d0SPatrick WilliamsSpaceBeforeCpp11BracedList: false
121157063d0SPatrick WilliamsSpaceBeforeCtorInitializerColon: true
122157063d0SPatrick WilliamsSpaceBeforeInheritanceColon: true
123414db5a8SPatrick VentureSpaceBeforeParens: ControlStatements
124157063d0SPatrick WilliamsSpaceBeforeRangeBasedForLoopColon: true
125414db5a8SPatrick VentureSpaceInEmptyParentheses: false
126414db5a8SPatrick VentureSpacesBeforeTrailingComments: 1
127464db676SPatrick WilliamsSpacesInAngles: Never
128414db5a8SPatrick VentureSpacesInContainerLiterals: true
129414db5a8SPatrick VentureSpacesInCStyleCastParentheses: false
130414db5a8SPatrick VentureSpacesInParentheses: false
131414db5a8SPatrick VentureSpacesInSquareBrackets: false
132157063d0SPatrick WilliamsStandard:        Latest
133414db5a8SPatrick VentureTabWidth:        4
134414db5a8SPatrick VentureUseTab:          Never
135414db5a8SPatrick Venture...
136414db5a8SPatrick Venture
137