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 170dea6fa8SPatrick WilliamsAllowShortIfStatementsOnASingleLine: Never 180dea6fa8SPatrick WilliamsAllowShortLambdasOnASingleLine: true 19ef3aeadcSPatrick VentureAllowShortLoopsOnASingleLine: false 20ef3aeadcSPatrick VentureAlwaysBreakAfterReturnType: None 21ef3aeadcSPatrick VentureAlwaysBreakBeforeMultilineStrings: false 2252509572SPatrick WilliamsAlwaysBreakTemplateDeclarations: Yes 23ef3aeadcSPatrick VentureBinPackArguments: true 24ef3aeadcSPatrick VentureBinPackParameters: true 250dea6fa8SPatrick WilliamsBitFieldColonSpacing: None 26ef3aeadcSPatrick VentureBraceWrapping: 2752509572SPatrick Williams AfterCaseLabel: true 28ef3aeadcSPatrick Venture AfterClass: true 29ef3aeadcSPatrick Venture AfterControlStatement: true 30ef3aeadcSPatrick Venture AfterEnum: true 310dea6fa8SPatrick 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 390dea6fa8SPatrick Williams BeforeLambdaBody: false 400dea6fa8SPatrick 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 610dea6fa8SPatrick WilliamsForEachMacros: 620dea6fa8SPatrick Williams - foreach 630dea6fa8SPatrick Williams - Q_FOREACH 640dea6fa8SPatrick 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 840dea6fa8SPatrick WilliamsIndentExternBlock: NoIndent 8552509572SPatrick WilliamsIndentRequiresClause: true 86ef3aeadcSPatrick VentureIndentWidth: 4 87ef3aeadcSPatrick VentureIndentWrappedFunctionNames: true 8852509572SPatrick WilliamsInsertNewlineAtEOF: true 8952509572SPatrick WilliamsKeepEmptyLinesAtTheStartOfBlocks: false 90*97e69ca1SPatrick WilliamsLambdaBodyIndentation: Signature 9152509572SPatrick WilliamsLineEnding: LF 92ef3aeadcSPatrick VentureMacroBlockBegin: '' 93ef3aeadcSPatrick VentureMacroBlockEnd: '' 94ef3aeadcSPatrick VentureMaxEmptyLinesToKeep: 1 95ef3aeadcSPatrick VentureNamespaceIndentation: None 96ef3aeadcSPatrick VentureObjCBlockIndentWidth: 2 97ef3aeadcSPatrick VentureObjCSpaceAfterProperty: false 98ef3aeadcSPatrick VentureObjCSpaceBeforeProtocolList: true 990dea6fa8SPatrick WilliamsPackConstructorInitializers: BinPack 10052509572SPatrick WilliamsPenaltyBreakAssignment: 25 101*97e69ca1SPatrick WilliamsPenaltyBreakBeforeFirstCallParameter: 50 102ef3aeadcSPatrick VenturePenaltyBreakComment: 300 103ef3aeadcSPatrick VenturePenaltyBreakFirstLessLess: 120 104ef3aeadcSPatrick VenturePenaltyBreakString: 1000 105*97e69ca1SPatrick WilliamsPenaltyBreakTemplateDeclaration: 10 106ef3aeadcSPatrick VenturePenaltyExcessCharacter: 1000000 107ef3aeadcSPatrick VenturePenaltyReturnTypeOnItsOwnLine: 60 108*97e69ca1SPatrick WilliamsPenaltyIndentedWhitespace: 1 1090dea6fa8SPatrick WilliamsPointerAlignment: Left 11052509572SPatrick WilliamsQualifierAlignment: Left 11152509572SPatrick WilliamsReferenceAlignment: Left 112ef3aeadcSPatrick VentureReflowComments: true 11352509572SPatrick WilliamsRequiresClausePosition: OwnLine 11452509572SPatrick WilliamsRequiresExpressionIndentation: Keyword 1150dea6fa8SPatrick WilliamsSortIncludes: CaseSensitive 116ef3aeadcSPatrick VentureSortUsingDeclarations: true 117ef3aeadcSPatrick VentureSpaceAfterCStyleCast: false 11852509572SPatrick WilliamsSpaceAfterTemplateKeyword: true 119ef3aeadcSPatrick VentureSpaceBeforeAssignmentOperators: true 12052509572SPatrick WilliamsSpaceBeforeCpp11BracedList: false 12152509572SPatrick WilliamsSpaceBeforeCtorInitializerColon: true 12252509572SPatrick WilliamsSpaceBeforeInheritanceColon: true 123ef3aeadcSPatrick VentureSpaceBeforeParens: ControlStatements 12452509572SPatrick WilliamsSpaceBeforeRangeBasedForLoopColon: true 125ef3aeadcSPatrick VentureSpaceInEmptyParentheses: false 126ef3aeadcSPatrick VentureSpacesBeforeTrailingComments: 1 1270dea6fa8SPatrick WilliamsSpacesInAngles: Never 128ef3aeadcSPatrick VentureSpacesInContainerLiterals: true 129ef3aeadcSPatrick VentureSpacesInCStyleCastParentheses: false 130ef3aeadcSPatrick VentureSpacesInParentheses: false 131ef3aeadcSPatrick VentureSpacesInSquareBrackets: false 13252509572SPatrick WilliamsStandard: Latest 133ef3aeadcSPatrick VentureTabWidth: 4 134ef3aeadcSPatrick VentureUseTab: Never 135ef3aeadcSPatrick Venture... 136ef3aeadcSPatrick Venture 137