1d1eac88dSBrad Bishop--- 2d1eac88dSBrad BishopLanguage: Cpp 3d1eac88dSBrad Bishop# BasedOnStyle: LLVM 4d1eac88dSBrad BishopAccessModifierOffset: -2 5d1eac88dSBrad BishopAlignAfterOpenBracket: Align 6d1eac88dSBrad BishopAlignConsecutiveAssignments: false 7d1eac88dSBrad BishopAlignConsecutiveDeclarations: false 8d1eac88dSBrad BishopAlignEscapedNewlinesLeft: false 9d1eac88dSBrad BishopAlignOperands: true 10d1eac88dSBrad BishopAlignTrailingComments: true 11d1eac88dSBrad BishopAllowAllParametersOfDeclarationOnNextLine: true 12d1eac88dSBrad BishopAllowShortBlocksOnASingleLine: false 13d1eac88dSBrad BishopAllowShortCaseLabelsOnASingleLine: false 14d1eac88dSBrad BishopAllowShortFunctionsOnASingleLine: None 15d1eac88dSBrad BishopAllowShortIfStatementsOnASingleLine: false 16d1eac88dSBrad BishopAllowShortLoopsOnASingleLine: false 17d1eac88dSBrad BishopAlwaysBreakAfterDefinitionReturnType: None 18d1eac88dSBrad BishopAlwaysBreakAfterReturnType: None 19d1eac88dSBrad BishopAlwaysBreakBeforeMultilineStrings: false 20*3d6d3182SPatrick VentureAlwaysBreakTemplateDeclarations: true 21d1eac88dSBrad BishopBinPackArguments: true 22d1eac88dSBrad BishopBinPackParameters: true 23d1eac88dSBrad BishopBraceWrapping: 24d1eac88dSBrad Bishop AfterClass: true 25d1eac88dSBrad Bishop AfterControlStatement: true 26d1eac88dSBrad Bishop AfterEnum: true 27d1eac88dSBrad Bishop AfterFunction: true 28d1eac88dSBrad Bishop AfterNamespace: true 29d1eac88dSBrad Bishop AfterObjCDeclaration: true 30d1eac88dSBrad Bishop AfterStruct: true 31d1eac88dSBrad Bishop AfterUnion: true 32d1eac88dSBrad Bishop BeforeCatch: true 33d1eac88dSBrad Bishop BeforeElse: true 34d1eac88dSBrad Bishop IndentBraces: false 35d1eac88dSBrad BishopBreakBeforeBinaryOperators: None 36d1eac88dSBrad BishopBreakBeforeBraces: Custom 37d1eac88dSBrad BishopBreakBeforeTernaryOperators: true 38d1eac88dSBrad BishopBreakConstructorInitializers: AfterColon 39d1eac88dSBrad BishopColumnLimit: 80 40d1eac88dSBrad BishopCommentPragmas: '^ IWYU pragma:' 41d1eac88dSBrad BishopConstructorInitializerAllOnOneLineOrOnePerLine: false 42d1eac88dSBrad BishopConstructorInitializerIndentWidth: 4 43d1eac88dSBrad BishopContinuationIndentWidth: 4 44d1eac88dSBrad BishopCpp11BracedListStyle: true 45*3d6d3182SPatrick VentureDerivePointerAlignment: false 46d1eac88dSBrad BishopPointerAlignment: Left 47d1eac88dSBrad BishopDisableFormat: false 48d1eac88dSBrad BishopExperimentalAutoDetectBinPacking: false 49d1eac88dSBrad BishopFixNamespaceComments: true 50d1eac88dSBrad BishopForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ] 51*3d6d3182SPatrick VentureIncludeBlocks: Regroup 52*3d6d3182SPatrick VentureIncludeCategories: 53*3d6d3182SPatrick Venture - Regex: '^[<"](gtest|gmock)' 54*3d6d3182SPatrick Venture Priority: 5 55*3d6d3182SPatrick Venture - Regex: '^"config.h"' 56*3d6d3182SPatrick Venture Priority: -1 57*3d6d3182SPatrick Venture - Regex: '^".*\.hpp"' 58*3d6d3182SPatrick Venture Priority: 1 59*3d6d3182SPatrick Venture - Regex: '^<.*\.h>' 60*3d6d3182SPatrick Venture Priority: 2 61*3d6d3182SPatrick Venture - Regex: '^<.*' 62*3d6d3182SPatrick Venture Priority: 3 63*3d6d3182SPatrick Venture - Regex: '.*' 64*3d6d3182SPatrick Venture Priority: 4 65d1eac88dSBrad BishopIndentCaseLabels: true 66d1eac88dSBrad BishopIndentWidth: 4 67d1eac88dSBrad BishopIndentWrappedFunctionNames: true 68d1eac88dSBrad BishopKeepEmptyLinesAtTheStartOfBlocks: true 69d1eac88dSBrad BishopMacroBlockBegin: '' 70d1eac88dSBrad BishopMacroBlockEnd: '' 71d1eac88dSBrad BishopMaxEmptyLinesToKeep: 1 72d1eac88dSBrad BishopNamespaceIndentation: None 73d1eac88dSBrad BishopObjCBlockIndentWidth: 2 74d1eac88dSBrad BishopObjCSpaceAfterProperty: false 75d1eac88dSBrad BishopObjCSpaceBeforeProtocolList: true 76d1eac88dSBrad BishopPenaltyBreakBeforeFirstCallParameter: 19 77d1eac88dSBrad BishopPenaltyBreakComment: 300 78d1eac88dSBrad BishopPenaltyBreakFirstLessLess: 120 79d1eac88dSBrad BishopPenaltyBreakString: 1000 80d1eac88dSBrad BishopPenaltyExcessCharacter: 1000000 81d1eac88dSBrad BishopPenaltyReturnTypeOnItsOwnLine: 60 82d1eac88dSBrad BishopReflowComments: true 83*3d6d3182SPatrick VentureSortIncludes: true 84*3d6d3182SPatrick VentureSortUsingDeclarations: true 85d1eac88dSBrad BishopSpaceAfterCStyleCast: false 86d1eac88dSBrad BishopSpaceBeforeAssignmentOperators: true 87d1eac88dSBrad BishopSpaceBeforeParens: ControlStatements 88d1eac88dSBrad BishopSpaceInEmptyParentheses: false 89d1eac88dSBrad BishopSpacesBeforeTrailingComments: 1 90d1eac88dSBrad BishopSpacesInAngles: false 91d1eac88dSBrad BishopSpacesInContainerLiterals: true 92d1eac88dSBrad BishopSpacesInCStyleCastParentheses: false 93d1eac88dSBrad BishopSpacesInParentheses: false 94d1eac88dSBrad BishopSpacesInSquareBrackets: false 95d1eac88dSBrad BishopStandard: Cpp11 96d1eac88dSBrad BishopTabWidth: 4 97d1eac88dSBrad BishopUseTab: Never 98d1eac88dSBrad Bishop... 99d1eac88dSBrad Bishop 100