17418042dSoh_ciLanguage: Cpp 27418042dSoh_ci 37418042dSoh_ciAccessModifierOffset: -4 47418042dSoh_ci 57418042dSoh_ciAlignAfterOpenBracket: DontAlign 67418042dSoh_ci 77418042dSoh_ciAlignConsecutiveAssignments: false 87418042dSoh_ci 97418042dSoh_ciAlignConsecutiveDeclarations: false 107418042dSoh_ci 117418042dSoh_ciAlignOperands: true 127418042dSoh_ci 137418042dSoh_ciAlignTrailingComments: true 147418042dSoh_ci 157418042dSoh_ciAllowAllParametersOfDeclarationOnNextLine: false 167418042dSoh_ciAllowShortBlocksOnASingleLine: false 177418042dSoh_ci 187418042dSoh_ciAllowShortCaseLabelsOnASingleLine: false 197418042dSoh_ci 207418042dSoh_ciAllowShortFunctionsOnASingleLine: None 217418042dSoh_ci 227418042dSoh_ciAllowShortIfStatementsOnASingleLine: false 237418042dSoh_ci 247418042dSoh_ciAllowShortLoopsOnASingleLine: false 257418042dSoh_ci 267418042dSoh_ciAlwaysBreakAfterDefinitionReturnType: None 277418042dSoh_ci 287418042dSoh_ciAlwaysBreakAfterReturnType: None 297418042dSoh_ci 307418042dSoh_ciAlwaysBreakBeforeMultilineStrings: false 317418042dSoh_ci 327418042dSoh_ciAlwaysBreakTemplateDeclarations: false 337418042dSoh_ci 347418042dSoh_ciBinPackArguments: true 357418042dSoh_ci 367418042dSoh_ciBinPackParameters: true 377418042dSoh_ci 387418042dSoh_ciBreakBeforeBinaryOperators: NonAssignment 397418042dSoh_ci 407418042dSoh_ciBreakBeforeBraces: Custom 417418042dSoh_ci 427418042dSoh_ciAlignEscapedNewlines: Left 437418042dSoh_ci 447418042dSoh_ciBreakBeforeInheritanceComma: false 457418042dSoh_ci 467418042dSoh_ciBreakBeforeTernaryOperators: true 477418042dSoh_ci 487418042dSoh_ciBreakConstructorInitializersBeforeComma: false 497418042dSoh_ciBreakConstructorInitializers: BeforeColon 507418042dSoh_ci 517418042dSoh_ciBreakInheritanceList: BeforeComma 527418042dSoh_ciBreakAfterJavaFieldAnnotations: false 537418042dSoh_ciBreakStringLiterals: true 547418042dSoh_ci 557418042dSoh_ciColumnLimit: 119 567418042dSoh_ci 577418042dSoh_ciCommentPragmas: '^ NOLINT' 587418042dSoh_ciCompactNamespaces: false 597418042dSoh_ci 607418042dSoh_ciConstructorInitializerAllOnOneLineOrOnePerLine: false 617418042dSoh_ci 627418042dSoh_ciConstructorInitializerIndentWidth: 4 637418042dSoh_ci 647418042dSoh_ciContinuationIndentWidth: 4 657418042dSoh_ciCpp11BracedListStyle: false 667418042dSoh_ci 677418042dSoh_ciDerivePointerAlignment: false 687418042dSoh_ci 697418042dSoh_ciPointerAlignment: Right 707418042dSoh_ci 717418042dSoh_ciExperimentalAutoDetectBinPacking: false 727418042dSoh_ci 737418042dSoh_ciFixNamespaceComments: true 747418042dSoh_ci 757418042dSoh_ciForEachMacros: 767418042dSoh_ci - foreach 777418042dSoh_ci - Q_FOREACH 787418042dSoh_ci - BOOST_FOREACH 797418042dSoh_ciIncludeBlocks: Regroup 807418042dSoh_ci 817418042dSoh_ciIncludeCategories: 827418042dSoh_ci - Regex: '^<ext/.*\.h>' 837418042dSoh_ci Priority: 2 847418042dSoh_ci - Regex: '^<.*\.h>' 857418042dSoh_ci Priority: 1 867418042dSoh_ci - Regex: '^<.*' 877418042dSoh_ci Priority: 2 887418042dSoh_ci - Regex: '.*' 897418042dSoh_ci Priority: 3 907418042dSoh_ciIncludeIsMainRegex: '([-_](test|benchmark))?$' 917418042dSoh_ci 927418042dSoh_ciIndentCaseLabels: true 937418042dSoh_ciIndentPPDirectives: None 947418042dSoh_ci 957418042dSoh_ciIndentWidth: 4 967418042dSoh_ci 977418042dSoh_ciIndentWrappedFunctionNames: false 987418042dSoh_ci 997418042dSoh_ciJavaScriptQuotes: Leave 1007418042dSoh_ciJavaScriptWrapImports: true 1017418042dSoh_ci 1027418042dSoh_ciKeepEmptyLinesAtTheStartOfBlocks: false 1037418042dSoh_ci 1047418042dSoh_ciMacroBlockBegin: '[A-Z_]+_BEGIN\(.*\)$' 1057418042dSoh_ci 1067418042dSoh_ciMacroBlockEnd: '.[A-Z_]+_END\(.*\)$' 1077418042dSoh_ci 1087418042dSoh_ciMaxEmptyLinesToKeep: 1 1097418042dSoh_ci 1107418042dSoh_ciNamespaceIndentation: None 1117418042dSoh_ci 1127418042dSoh_ciObjCBinPackProtocolList: Never 1137418042dSoh_ci 1147418042dSoh_ciObjCBlockIndentWidth: 4 1157418042dSoh_ci 1167418042dSoh_ciObjCSpaceAfterProperty: false 1177418042dSoh_ci 1187418042dSoh_ciObjCSpaceBeforeProtocolList: true 1197418042dSoh_ci 1207418042dSoh_ciPenaltyBreakBeforeFirstCallParameter: 1000 1217418042dSoh_ci 1227418042dSoh_ciPenaltyBreakComment: 100 1237418042dSoh_ci 1247418042dSoh_ciPenaltyBreakFirstLessLess: 5 1257418042dSoh_ci 1267418042dSoh_ciPenaltyBreakString: 10 1277418042dSoh_ci 1287418042dSoh_ciPenaltyBreakTemplateDeclaration: 10 1297418042dSoh_ci 1307418042dSoh_ciPenaltyExcessCharacter: 20 1317418042dSoh_ci 1327418042dSoh_ciPenaltyReturnTypeOnItsOwnLine: 50 1337418042dSoh_ci 1347418042dSoh_ciPenaltyBreakAssignment: 10 1357418042dSoh_ci 1367418042dSoh_ciReflowComments: false 1377418042dSoh_ci 1387418042dSoh_ciSortIncludes: true 1397418042dSoh_ci 1407418042dSoh_ciSortUsingDeclarations: true 1417418042dSoh_ci 1427418042dSoh_ciSpaceAfterCStyleCast: false 1437418042dSoh_ci 1447418042dSoh_ciSpaceAfterTemplateKeyword: false 1457418042dSoh_ci 1467418042dSoh_ciSpaceBeforeAssignmentOperators: true 1477418042dSoh_ciSpaceBeforeCpp11BracedList: false 1487418042dSoh_ciSpaceBeforeCtorInitializerColon: true 1497418042dSoh_ciSpaceBeforeInheritanceColon: true 1507418042dSoh_ci 1517418042dSoh_ciSpaceBeforeParens: ControlStatements 1527418042dSoh_ciSpaceBeforeRangeBasedForLoopColon: true 1537418042dSoh_ci 1547418042dSoh_ciSpaceInEmptyParentheses: false 1557418042dSoh_ci 1567418042dSoh_ciSpacesBeforeTrailingComments: 1 1577418042dSoh_ci 1587418042dSoh_ciSpacesInAngles: false 1597418042dSoh_ci 1607418042dSoh_ciSpacesInContainerLiterals: true 1617418042dSoh_ci 1627418042dSoh_ciSpacesInCStyleCastParentheses: false 1637418042dSoh_ci 1647418042dSoh_ciSpacesInParentheses: false 1657418042dSoh_ci 1667418042dSoh_ciSpacesInSquareBrackets: false 1677418042dSoh_ci 1687418042dSoh_ciStandard: Cpp11 1697418042dSoh_ci 1707418042dSoh_ciTabWidth: 4 1717418042dSoh_ci 1727418042dSoh_ciUseTab: Never 1737418042dSoh_ci 1747418042dSoh_ciBraceWrapping: 1757418042dSoh_ci AfterClass: false 1767418042dSoh_ci AfterControlStatement: false 1777418042dSoh_ci AfterEnum: false 1787418042dSoh_ci AfterFunction: true 1797418042dSoh_ci AfterNamespace: false 1807418042dSoh_ci AfterObjCDeclaration: false 1817418042dSoh_ci AfterStruct: false 1827418042dSoh_ci AfterUnion: false 1837418042dSoh_ci AfterExternBlock: false 1847418042dSoh_ci BeforeCatch: false 1857418042dSoh_ci BeforeElse: false 1867418042dSoh_ci 1877418042dSoh_ciDisableFormat: false 188