16c1c3a12SBen Tyner--- 26c1c3a12SBen TynerLanguage: Cpp 36c1c3a12SBen Tyner# BasedOnStyle: LLVM 46c1c3a12SBen TynerAccessModifierOffset: -2 56c1c3a12SBen TynerAlignAfterOpenBracket: Align 66c1c3a12SBen TynerAlignConsecutiveAssignments: true 76c1c3a12SBen TynerAlignConsecutiveDeclarations: false 86c1c3a12SBen TynerAlignEscapedNewlines: Right 96c1c3a12SBen TynerAlignOperands: true 106c1c3a12SBen TynerAlignTrailingComments: true 116c1c3a12SBen TynerAllowAllParametersOfDeclarationOnNextLine: true 126c1c3a12SBen TynerAllowShortBlocksOnASingleLine: false 136c1c3a12SBen TynerAllowShortCaseLabelsOnASingleLine: false 146c1c3a12SBen TynerAllowShortFunctionsOnASingleLine: Empty 156c1c3a12SBen TynerAllowShortIfStatementsOnASingleLine: false 166c1c3a12SBen TynerAllowShortLoopsOnASingleLine: false 176c1c3a12SBen TynerAlwaysBreakAfterReturnType: None 186c1c3a12SBen TynerAlwaysBreakBeforeMultilineStrings: false 196c1c3a12SBen TynerAlwaysBreakTemplateDeclarations: Yes 206c1c3a12SBen TynerBinPackArguments: true 216c1c3a12SBen TynerBinPackParameters: true 226c1c3a12SBen TynerBraceWrapping: 23*cac5dc65SZane Shelley AfterCaseLabel: true 246c1c3a12SBen Tyner AfterClass: true 256c1c3a12SBen Tyner AfterControlStatement: true 266c1c3a12SBen Tyner AfterEnum: true 276c1c3a12SBen Tyner AfterFunction: true 286c1c3a12SBen Tyner AfterNamespace: true 296c1c3a12SBen Tyner AfterObjCDeclaration: true 306c1c3a12SBen Tyner AfterStruct: true 316c1c3a12SBen Tyner AfterUnion: true 326c1c3a12SBen Tyner AfterExternBlock: true 336c1c3a12SBen Tyner BeforeCatch: true 346c1c3a12SBen Tyner BeforeElse: true 356c1c3a12SBen Tyner IndentBraces: false 366c1c3a12SBen Tyner SplitEmptyFunction: false 376c1c3a12SBen Tyner SplitEmptyRecord: false 386c1c3a12SBen Tyner SplitEmptyNamespace: false 396c1c3a12SBen TynerBreakBeforeBinaryOperators: None 406c1c3a12SBen TynerBreakBeforeBraces: Custom 416c1c3a12SBen TynerBreakBeforeTernaryOperators: true 426c1c3a12SBen TynerBreakConstructorInitializers: AfterColon 436c1c3a12SBen TynerBreakInheritanceList: AfterColon 446c1c3a12SBen TynerBreakStringLiterals: true 456c1c3a12SBen TynerColumnLimit: 80 466c1c3a12SBen TynerCommentPragmas: '^ IWYU pragma:' 476c1c3a12SBen TynerCompactNamespaces: false 486c1c3a12SBen TynerConstructorInitializerAllOnOneLineOrOnePerLine: false 496c1c3a12SBen TynerConstructorInitializerIndentWidth: 4 506c1c3a12SBen TynerContinuationIndentWidth: 4 516c1c3a12SBen TynerCpp11BracedListStyle: true 526c1c3a12SBen TynerDerivePointerAlignment: false 536c1c3a12SBen TynerPointerAlignment: Left 546c1c3a12SBen TynerDisableFormat: false 556c1c3a12SBen TynerExperimentalAutoDetectBinPacking: false 566c1c3a12SBen TynerFixNamespaceComments: true 576c1c3a12SBen TynerForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ] 586c1c3a12SBen TynerIncludeBlocks: Regroup 596c1c3a12SBen TynerIncludeCategories: 606c1c3a12SBen Tyner - Regex: '^[<"](gtest|gmock)' 616c1c3a12SBen Tyner Priority: 7 626c1c3a12SBen Tyner - Regex: '^"config.h"' 636c1c3a12SBen Tyner Priority: -1 646c1c3a12SBen Tyner - Regex: '^".*\.h"' 656c1c3a12SBen Tyner Priority: 1 666c1c3a12SBen Tyner - Regex: '^".*\.hpp"' 676c1c3a12SBen Tyner Priority: 2 686c1c3a12SBen Tyner - Regex: '^<.*\.h>' 696c1c3a12SBen Tyner Priority: 3 706c1c3a12SBen Tyner - Regex: '^<.*\.hpp>' 716c1c3a12SBen Tyner Priority: 4 726c1c3a12SBen Tyner - Regex: '^<.*' 736c1c3a12SBen Tyner Priority: 5 746c1c3a12SBen Tyner - Regex: '.*' 756c1c3a12SBen Tyner Priority: 6 766c1c3a12SBen TynerIndentCaseLabels: true 776c1c3a12SBen TynerIndentWidth: 4 786c1c3a12SBen TynerIndentWrappedFunctionNames: true 796c1c3a12SBen TynerKeepEmptyLinesAtTheStartOfBlocks: true 806c1c3a12SBen TynerMacroBlockBegin: '' 816c1c3a12SBen TynerMacroBlockEnd: '' 826c1c3a12SBen TynerMaxEmptyLinesToKeep: 1 836c1c3a12SBen TynerNamespaceIndentation: None 846c1c3a12SBen TynerObjCBlockIndentWidth: 2 856c1c3a12SBen TynerObjCSpaceAfterProperty: false 866c1c3a12SBen TynerObjCSpaceBeforeProtocolList: true 876c1c3a12SBen TynerPenaltyBreakBeforeFirstCallParameter: 19 886c1c3a12SBen TynerPenaltyBreakComment: 300 896c1c3a12SBen TynerPenaltyBreakFirstLessLess: 120 906c1c3a12SBen TynerPenaltyBreakString: 1000 916c1c3a12SBen TynerPenaltyExcessCharacter: 1000000 926c1c3a12SBen TynerPenaltyReturnTypeOnItsOwnLine: 60 936c1c3a12SBen TynerReflowComments: true 946c1c3a12SBen TynerSortIncludes: true 956c1c3a12SBen TynerSortUsingDeclarations: true 966c1c3a12SBen TynerSpaceAfterCStyleCast: false 976c1c3a12SBen TynerSpaceAfterTemplateKeyword: true 986c1c3a12SBen TynerSpaceBeforeAssignmentOperators: true 996c1c3a12SBen TynerSpaceBeforeCpp11BracedList: false 1006c1c3a12SBen TynerSpaceBeforeCtorInitializerColon: true 1016c1c3a12SBen TynerSpaceBeforeInheritanceColon: true 1026c1c3a12SBen TynerSpaceBeforeParens: ControlStatements 1036c1c3a12SBen TynerSpaceBeforeRangeBasedForLoopColon: true 1046c1c3a12SBen TynerSpaceInEmptyParentheses: false 1056c1c3a12SBen TynerSpacesBeforeTrailingComments: 1 1066c1c3a12SBen TynerSpacesInAngles: false 1076c1c3a12SBen TynerSpacesInContainerLiterals: true 1086c1c3a12SBen TynerSpacesInCStyleCastParentheses: false 1096c1c3a12SBen TynerSpacesInParentheses: false 1106c1c3a12SBen TynerSpacesInSquareBrackets: false 111*cac5dc65SZane ShelleyStandard: Latest 1126c1c3a12SBen TynerTabWidth: 4 1136c1c3a12SBen TynerUseTab: Never 1146c1c3a12SBen Tyner... 1156c1c3a12SBen Tyner 116