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 1720f03ebfSPatrick WilliamsAllowShortIfStatementsOnASingleLine: Never 1820f03ebfSPatrick WilliamsAllowShortLambdasOnASingleLine: true 19b618ccbaSJayanth OthayothAllowShortLoopsOnASingleLine: false 20b618ccbaSJayanth OthayothAlwaysBreakAfterReturnType: None 21b618ccbaSJayanth OthayothAlwaysBreakBeforeMultilineStrings: false 22c044958dSJayanth OthayothAlwaysBreakTemplateDeclarations: Yes 23b618ccbaSJayanth OthayothBinPackArguments: true 24b618ccbaSJayanth OthayothBinPackParameters: true 2520f03ebfSPatrick WilliamsBitFieldColonSpacing: None 26b618ccbaSJayanth OthayothBraceWrapping: 27c044958dSJayanth Othayoth AfterCaseLabel: true 28b618ccbaSJayanth Othayoth AfterClass: true 29b618ccbaSJayanth Othayoth AfterControlStatement: true 30b618ccbaSJayanth Othayoth AfterEnum: true 3120f03ebfSPatrick 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 3920f03ebfSPatrick Williams BeforeLambdaBody: false 4020f03ebfSPatrick 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 6120f03ebfSPatrick WilliamsForEachMacros: 6220f03ebfSPatrick Williams - foreach 6320f03ebfSPatrick Williams - Q_FOREACH 6420f03ebfSPatrick 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 8420f03ebfSPatrick WilliamsIndentExternBlock: NoIndent 85a9779c40SPatrick WilliamsIndentRequiresClause: true 86b618ccbaSJayanth OthayothIndentWidth: 4 87b618ccbaSJayanth OthayothIndentWrappedFunctionNames: true 88a9779c40SPatrick WilliamsInsertNewlineAtEOF: true 89a9779c40SPatrick WilliamsKeepEmptyLinesAtTheStartOfBlocks: false 90*540521edSPatrick WilliamsLambdaBodyIndentation: Signature 91a9779c40SPatrick WilliamsLineEnding: LF 92b618ccbaSJayanth OthayothMacroBlockBegin: '' 93b618ccbaSJayanth OthayothMacroBlockEnd: '' 94b618ccbaSJayanth OthayothMaxEmptyLinesToKeep: 1 95b618ccbaSJayanth OthayothNamespaceIndentation: None 96b618ccbaSJayanth OthayothObjCBlockIndentWidth: 2 97b618ccbaSJayanth OthayothObjCSpaceAfterProperty: false 98b618ccbaSJayanth OthayothObjCSpaceBeforeProtocolList: true 9920f03ebfSPatrick WilliamsPackConstructorInitializers: BinPack 100a9779c40SPatrick WilliamsPenaltyBreakAssignment: 25 101*540521edSPatrick WilliamsPenaltyBreakBeforeFirstCallParameter: 50 102b618ccbaSJayanth OthayothPenaltyBreakComment: 300 103b618ccbaSJayanth OthayothPenaltyBreakFirstLessLess: 120 104b618ccbaSJayanth OthayothPenaltyBreakString: 1000 105*540521edSPatrick WilliamsPenaltyBreakTemplateDeclaration: 10 106b618ccbaSJayanth OthayothPenaltyExcessCharacter: 1000000 107b618ccbaSJayanth OthayothPenaltyReturnTypeOnItsOwnLine: 60 108*540521edSPatrick WilliamsPenaltyIndentedWhitespace: 1 10920f03ebfSPatrick WilliamsPointerAlignment: Left 110a9779c40SPatrick WilliamsQualifierAlignment: Left 111a9779c40SPatrick WilliamsReferenceAlignment: Left 112b618ccbaSJayanth OthayothReflowComments: true 113a9779c40SPatrick WilliamsRequiresClausePosition: OwnLine 114a9779c40SPatrick WilliamsRequiresExpressionIndentation: Keyword 11520f03ebfSPatrick WilliamsSortIncludes: CaseSensitive 116b618ccbaSJayanth OthayothSortUsingDeclarations: true 117b618ccbaSJayanth OthayothSpaceAfterCStyleCast: false 118c044958dSJayanth OthayothSpaceAfterTemplateKeyword: true 119b618ccbaSJayanth OthayothSpaceBeforeAssignmentOperators: true 120c044958dSJayanth OthayothSpaceBeforeCpp11BracedList: false 121c044958dSJayanth OthayothSpaceBeforeCtorInitializerColon: true 122c044958dSJayanth OthayothSpaceBeforeInheritanceColon: true 123b618ccbaSJayanth OthayothSpaceBeforeParens: ControlStatements 124c044958dSJayanth OthayothSpaceBeforeRangeBasedForLoopColon: true 125b618ccbaSJayanth OthayothSpaceInEmptyParentheses: false 126b618ccbaSJayanth OthayothSpacesBeforeTrailingComments: 1 12720f03ebfSPatrick WilliamsSpacesInAngles: Never 128b618ccbaSJayanth OthayothSpacesInContainerLiterals: true 129b618ccbaSJayanth OthayothSpacesInCStyleCastParentheses: false 130b618ccbaSJayanth OthayothSpacesInParentheses: false 131b618ccbaSJayanth OthayothSpacesInSquareBrackets: false 132c044958dSJayanth OthayothStandard: Latest 133b618ccbaSJayanth OthayothTabWidth: 4 134b618ccbaSJayanth OthayothUseTab: Never 135b618ccbaSJayanth Othayoth... 136b618ccbaSJayanth Othayoth 137