1*0084047dSAppaRao Puli--- 2*0084047dSAppaRao PuliLanguage: Cpp 3*0084047dSAppaRao Puli# BasedOnStyle: LLVM 4*0084047dSAppaRao PuliAccessModifierOffset: -2 5*0084047dSAppaRao PuliAlignAfterOpenBracket: Align 6*0084047dSAppaRao PuliAlignConsecutiveAssignments: false 7*0084047dSAppaRao PuliAlignConsecutiveDeclarations: false 8*0084047dSAppaRao PuliAlignEscapedNewlinesLeft: false 9*0084047dSAppaRao PuliAlignOperands: true 10*0084047dSAppaRao PuliAlignTrailingComments: true 11*0084047dSAppaRao PuliAllowAllParametersOfDeclarationOnNextLine: true 12*0084047dSAppaRao PuliAllowShortBlocksOnASingleLine: false 13*0084047dSAppaRao PuliAllowShortCaseLabelsOnASingleLine: false 14*0084047dSAppaRao PuliAllowShortFunctionsOnASingleLine: None 15*0084047dSAppaRao PuliAllowShortIfStatementsOnASingleLine: false 16*0084047dSAppaRao PuliAllowShortLoopsOnASingleLine: false 17*0084047dSAppaRao PuliAlwaysBreakAfterDefinitionReturnType: None 18*0084047dSAppaRao PuliAlwaysBreakAfterReturnType: None 19*0084047dSAppaRao PuliAlwaysBreakBeforeMultilineStrings: false 20*0084047dSAppaRao PuliAlwaysBreakTemplateDeclarations: false 21*0084047dSAppaRao PuliBinPackArguments: true 22*0084047dSAppaRao PuliBinPackParameters: true 23*0084047dSAppaRao PuliBraceWrapping: 24*0084047dSAppaRao Puli AfterClass: true 25*0084047dSAppaRao Puli AfterControlStatement: true 26*0084047dSAppaRao Puli AfterEnum: true 27*0084047dSAppaRao Puli AfterFunction: true 28*0084047dSAppaRao Puli AfterNamespace: true 29*0084047dSAppaRao Puli AfterObjCDeclaration: true 30*0084047dSAppaRao Puli AfterStruct: true 31*0084047dSAppaRao Puli AfterUnion: true 32*0084047dSAppaRao Puli BeforeCatch: true 33*0084047dSAppaRao Puli BeforeElse: true 34*0084047dSAppaRao Puli IndentBraces: false 35*0084047dSAppaRao PuliBreakBeforeBinaryOperators: None 36*0084047dSAppaRao PuliBreakBeforeBraces: Custom 37*0084047dSAppaRao PuliBreakBeforeTernaryOperators: true 38*0084047dSAppaRao PuliBreakConstructorInitializers: AfterColon 39*0084047dSAppaRao PuliColumnLimit: 80 40*0084047dSAppaRao PuliCommentPragmas: '^ IWYU pragma:' 41*0084047dSAppaRao PuliConstructorInitializerAllOnOneLineOrOnePerLine: false 42*0084047dSAppaRao PuliConstructorInitializerIndentWidth: 4 43*0084047dSAppaRao PuliContinuationIndentWidth: 4 44*0084047dSAppaRao PuliCpp11BracedListStyle: true 45*0084047dSAppaRao PuliDerivePointerAlignment: true 46*0084047dSAppaRao PuliPointerAlignment: Left 47*0084047dSAppaRao PuliDisableFormat: false 48*0084047dSAppaRao PuliExperimentalAutoDetectBinPacking: false 49*0084047dSAppaRao PuliFixNamespaceComments: true 50*0084047dSAppaRao PuliForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ] 51*0084047dSAppaRao PuliIndentCaseLabels: true 52*0084047dSAppaRao PuliIndentWidth: 4 53*0084047dSAppaRao PuliIndentWrappedFunctionNames: true 54*0084047dSAppaRao PuliKeepEmptyLinesAtTheStartOfBlocks: true 55*0084047dSAppaRao PuliMacroBlockBegin: '' 56*0084047dSAppaRao PuliMacroBlockEnd: '' 57*0084047dSAppaRao PuliMaxEmptyLinesToKeep: 1 58*0084047dSAppaRao PuliNamespaceIndentation: None 59*0084047dSAppaRao PuliObjCBlockIndentWidth: 2 60*0084047dSAppaRao PuliObjCSpaceAfterProperty: false 61*0084047dSAppaRao PuliObjCSpaceBeforeProtocolList: true 62*0084047dSAppaRao PuliPenaltyBreakBeforeFirstCallParameter: 19 63*0084047dSAppaRao PuliPenaltyBreakComment: 300 64*0084047dSAppaRao PuliPenaltyBreakFirstLessLess: 120 65*0084047dSAppaRao PuliPenaltyBreakString: 1000 66*0084047dSAppaRao PuliPenaltyExcessCharacter: 1000000 67*0084047dSAppaRao PuliPenaltyReturnTypeOnItsOwnLine: 60 68*0084047dSAppaRao PuliPointerAlignment: Right 69*0084047dSAppaRao PuliReflowComments: true 70*0084047dSAppaRao PuliSortIncludes: false 71*0084047dSAppaRao PuliSpaceAfterCStyleCast: false 72*0084047dSAppaRao PuliSpaceBeforeAssignmentOperators: true 73*0084047dSAppaRao PuliSpaceBeforeParens: ControlStatements 74*0084047dSAppaRao PuliSpaceInEmptyParentheses: false 75*0084047dSAppaRao PuliSpacesBeforeTrailingComments: 1 76*0084047dSAppaRao PuliSpacesInAngles: false 77*0084047dSAppaRao PuliSpacesInContainerLiterals: true 78*0084047dSAppaRao PuliSpacesInCStyleCastParentheses: false 79*0084047dSAppaRao PuliSpacesInParentheses: false 80*0084047dSAppaRao PuliSpacesInSquareBrackets: false 81*0084047dSAppaRao PuliStandard: Cpp11 82*0084047dSAppaRao PuliTabWidth: 4 83*0084047dSAppaRao PuliUseTab: Never 84*0084047dSAppaRao Puli... 85