1b618ccbaSJayanth Othayoth---
2b618ccbaSJayanth OthayothLanguage:        Cpp
3b618ccbaSJayanth Othayoth# BasedOnStyle:  LLVM
4b618ccbaSJayanth OthayothAccessModifierOffset: -2
5b618ccbaSJayanth OthayothAlignAfterOpenBracket: Align
6b618ccbaSJayanth OthayothAlignConsecutiveAssignments: false
7b618ccbaSJayanth OthayothAlignConsecutiveDeclarations: false
8c044958dSJayanth OthayothAlignEscapedNewlines: Right
9a9779c40SPatrick WilliamsAlignOperands:  Align
10a9779c40SPatrick WilliamsAlignTrailingComments:
11a9779c40SPatrick Williams  Kind: Always
12a9779c40SPatrick Williams  OverEmptyLines: 1
13b618ccbaSJayanth OthayothAllowAllParametersOfDeclarationOnNextLine: true
14a9779c40SPatrick WilliamsAllowShortBlocksOnASingleLine: Empty
15b618ccbaSJayanth OthayothAllowShortCaseLabelsOnASingleLine: false
16a9779c40SPatrick WilliamsAllowShortFunctionsOnASingleLine: Empty
17*20f03ebfSPatrick WilliamsAllowShortIfStatementsOnASingleLine: Never
18*20f03ebfSPatrick WilliamsAllowShortLambdasOnASingleLine: true
19b618ccbaSJayanth OthayothAllowShortLoopsOnASingleLine: false
20b618ccbaSJayanth OthayothAlwaysBreakAfterReturnType: None
21b618ccbaSJayanth OthayothAlwaysBreakBeforeMultilineStrings: false
22c044958dSJayanth OthayothAlwaysBreakTemplateDeclarations: Yes
23b618ccbaSJayanth OthayothBinPackArguments: true
24b618ccbaSJayanth OthayothBinPackParameters: true
25*20f03ebfSPatrick WilliamsBitFieldColonSpacing: None
26b618ccbaSJayanth OthayothBraceWrapping:
27c044958dSJayanth Othayoth  AfterCaseLabel:  true
28b618ccbaSJayanth Othayoth  AfterClass:      true
29b618ccbaSJayanth Othayoth  AfterControlStatement: true
30b618ccbaSJayanth Othayoth  AfterEnum:       true
31*20f03ebfSPatrick Williams  AfterExternBlock: true
32b618ccbaSJayanth Othayoth  AfterFunction:   true
33b618ccbaSJayanth Othayoth  AfterNamespace:  true
34b618ccbaSJayanth Othayoth  AfterObjCDeclaration: true
35b618ccbaSJayanth Othayoth  AfterStruct:     true
36b618ccbaSJayanth Othayoth  AfterUnion:      true
37b618ccbaSJayanth Othayoth  BeforeCatch:     true
38b618ccbaSJayanth Othayoth  BeforeElse:      true
39*20f03ebfSPatrick Williams  BeforeLambdaBody: false
40*20f03ebfSPatrick Williams  BeforeWhile:     false
41b618ccbaSJayanth Othayoth  IndentBraces:    false
42c044958dSJayanth Othayoth  SplitEmptyFunction:   false
43c044958dSJayanth Othayoth  SplitEmptyRecord:     false
44c044958dSJayanth Othayoth  SplitEmptyNamespace:  false
45a9779c40SPatrick WilliamsBreakAfterAttributes: Never
46b618ccbaSJayanth OthayothBreakBeforeBinaryOperators: None
47b618ccbaSJayanth OthayothBreakBeforeBraces: Custom
48b618ccbaSJayanth OthayothBreakBeforeTernaryOperators: true
49b618ccbaSJayanth OthayothBreakConstructorInitializers: AfterColon
50c044958dSJayanth OthayothBreakInheritanceList: AfterColon
51a9779c40SPatrick WilliamsBreakStringLiterals: false
52b618ccbaSJayanth OthayothColumnLimit:     80
53b618ccbaSJayanth OthayothCommentPragmas:  '^ IWYU pragma:'
54c044958dSJayanth OthayothCompactNamespaces: false
55b618ccbaSJayanth OthayothConstructorInitializerIndentWidth: 4
56b618ccbaSJayanth OthayothContinuationIndentWidth: 4
57b618ccbaSJayanth OthayothCpp11BracedListStyle: true
58b618ccbaSJayanth OthayothDerivePointerAlignment: false
59b618ccbaSJayanth OthayothDisableFormat:   false
60b618ccbaSJayanth OthayothFixNamespaceComments: true
61*20f03ebfSPatrick WilliamsForEachMacros:
62*20f03ebfSPatrick Williams  - foreach
63*20f03ebfSPatrick Williams  - Q_FOREACH
64*20f03ebfSPatrick Williams  - BOOST_FOREACH
65b618ccbaSJayanth OthayothIncludeBlocks: Regroup
66b618ccbaSJayanth OthayothIncludeCategories:
67b618ccbaSJayanth Othayoth  - Regex:           '^[<"](gtest|gmock)'
68c044958dSJayanth Othayoth    Priority:        7
69b618ccbaSJayanth Othayoth  - Regex:           '^"config.h"'
70b618ccbaSJayanth Othayoth    Priority:        -1
71c044958dSJayanth Othayoth  - Regex:           '^".*\.h"'
72b618ccbaSJayanth Othayoth    Priority:        1
73c044958dSJayanth Othayoth  - Regex:           '^".*\.hpp"'
74b618ccbaSJayanth Othayoth    Priority:        2
75c044958dSJayanth Othayoth  - Regex:           '^<.*\.h>'
76b618ccbaSJayanth Othayoth    Priority:        3
77c044958dSJayanth Othayoth  - Regex:           '^<.*\.hpp>'
78b618ccbaSJayanth Othayoth    Priority:        4
79c044958dSJayanth Othayoth  - Regex:           '^<.*'
80c044958dSJayanth Othayoth    Priority:        5
81c044958dSJayanth Othayoth  - Regex:           '.*'
82c044958dSJayanth Othayoth    Priority:        6
83b618ccbaSJayanth OthayothIndentCaseLabels: true
84*20f03ebfSPatrick WilliamsIndentExternBlock: NoIndent
85a9779c40SPatrick WilliamsIndentRequiresClause: true
86b618ccbaSJayanth OthayothIndentWidth:     4
87b618ccbaSJayanth OthayothIndentWrappedFunctionNames: true
88a9779c40SPatrick WilliamsInsertNewlineAtEOF: true
89a9779c40SPatrick WilliamsKeepEmptyLinesAtTheStartOfBlocks: false
90a9779c40SPatrick WilliamsLambdaBodyIndentation: OuterScope
91a9779c40SPatrick WilliamsLineEnding: LF
92b618ccbaSJayanth OthayothMacroBlockBegin: ''
93b618ccbaSJayanth OthayothMacroBlockEnd:   ''
94b618ccbaSJayanth OthayothMaxEmptyLinesToKeep: 1
95b618ccbaSJayanth OthayothNamespaceIndentation: None
96b618ccbaSJayanth OthayothObjCBlockIndentWidth: 2
97b618ccbaSJayanth OthayothObjCSpaceAfterProperty: false
98b618ccbaSJayanth OthayothObjCSpaceBeforeProtocolList: true
99*20f03ebfSPatrick WilliamsPackConstructorInitializers: BinPack
100a9779c40SPatrick WilliamsPenaltyBreakAssignment: 25
101b618ccbaSJayanth OthayothPenaltyBreakBeforeFirstCallParameter: 19
102b618ccbaSJayanth OthayothPenaltyBreakComment: 300
103b618ccbaSJayanth OthayothPenaltyBreakFirstLessLess: 120
104b618ccbaSJayanth OthayothPenaltyBreakString: 1000
105b618ccbaSJayanth OthayothPenaltyExcessCharacter: 1000000
106b618ccbaSJayanth OthayothPenaltyReturnTypeOnItsOwnLine: 60
107a9779c40SPatrick WilliamsPenaltyIndentedWhitespace: 0
108*20f03ebfSPatrick WilliamsPointerAlignment: Left
109a9779c40SPatrick WilliamsQualifierAlignment: Left
110a9779c40SPatrick WilliamsReferenceAlignment: Left
111b618ccbaSJayanth OthayothReflowComments:  true
112a9779c40SPatrick WilliamsRequiresClausePosition: OwnLine
113a9779c40SPatrick WilliamsRequiresExpressionIndentation: Keyword
114*20f03ebfSPatrick WilliamsSortIncludes: CaseSensitive
115b618ccbaSJayanth OthayothSortUsingDeclarations: true
116b618ccbaSJayanth OthayothSpaceAfterCStyleCast: false
117c044958dSJayanth OthayothSpaceAfterTemplateKeyword: true
118b618ccbaSJayanth OthayothSpaceBeforeAssignmentOperators: true
119c044958dSJayanth OthayothSpaceBeforeCpp11BracedList: false
120c044958dSJayanth OthayothSpaceBeforeCtorInitializerColon: true
121c044958dSJayanth OthayothSpaceBeforeInheritanceColon: true
122b618ccbaSJayanth OthayothSpaceBeforeParens: ControlStatements
123c044958dSJayanth OthayothSpaceBeforeRangeBasedForLoopColon: true
124b618ccbaSJayanth OthayothSpaceInEmptyParentheses: false
125b618ccbaSJayanth OthayothSpacesBeforeTrailingComments: 1
126*20f03ebfSPatrick WilliamsSpacesInAngles: Never
127b618ccbaSJayanth OthayothSpacesInContainerLiterals: true
128b618ccbaSJayanth OthayothSpacesInCStyleCastParentheses: false
129b618ccbaSJayanth OthayothSpacesInParentheses: false
130b618ccbaSJayanth OthayothSpacesInSquareBrackets: false
131c044958dSJayanth OthayothStandard:        Latest
132b618ccbaSJayanth OthayothTabWidth:        4
133b618ccbaSJayanth OthayothUseTab:          Never
134b618ccbaSJayanth Othayoth...
135b618ccbaSJayanth Othayoth
136