| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 | ---Language: CppBasedOnStyle: LLVMAccessModifierOffset: -4AlignConsecutiveAssignments: falseAlignConsecutiveDeclarations: falseAlignOperands: AlignAfterOperatorAlignTrailingComments: trueAllowAllArgumentsOnNextLine: falseAllowAllConstructorInitializersOnNextLine: falseAllowAllParametersOfDeclarationOnNextLine: falseAllowShortLambdasOnASingleLine: EmptyAllowShortBlocksOnASingleLine: falseAllowShortCaseLabelsOnASingleLine: falseAllowShortFunctionsOnASingleLine: NoneAllowShortIfStatementsOnASingleLine: falseAllowShortLoopsOnASingleLine: falseAlwaysBreakAfterReturnType: NoneAlwaysBreakTemplateDeclarations: YesBinPackArguments: falseBinPackParameters: falseBraceWrapping:  AfterCaseLabel: true  AfterClass: true  AfterControlStatement: true  AfterEnum: true  AfterFunction: true  AfterNamespace: false  AfterStruct: true  AfterUnion: true  AfterExternBlock: false  BeforeCatch: true  BeforeElse: true  BeforeLambdaBody: true  IndentBraces: false  SplitEmptyFunction: false  SplitEmptyRecord: false  SplitEmptyNamespace: falseBreakBeforeBinaryOperators: NonAssignmentBreakBeforeBraces: CustomBreakBeforeTernaryOperators: trueBreakConstructorInitializers: BeforeColonColumnLimit: 120CommentPragmas: "^ parasoft"CompactNamespaces: falseConstructorInitializerAllOnOneLineOrOnePerLine: trueContinuationIndentWidth: 4FixNamespaceComments: trueIncludeBlocks: PreserveIncludeCategories:  - Regex: '^"[A-Za-z0-9_]+\.(cu)?h(pp)?'    Priority: 1  - Regex: '^"[A-Za-z0-9_]+(\/[A-Za-z0-9_]+)+\.(cu)?h(pp)?"'    Priority: 2  - Regex: "^<(cstdlib|csignal|csetjmp|cstdarg|typeinfo|typeindex|type_traits|bitset|functional|utility|ctime|chrono|cstddef|initializer_list|tuple|any|new|memory|scoped_allocator|climits|cfloat|cstdint|cinttypes|limits|exception|stdexcept|cassert|system_error|cerrno|cctype|cwctype|cstring|cwchar|cuchar|string|array|vector|deque|list|forward_list|set|map|unordered_set|unordered_map|stack|queue|iterator|algorithm|cmath|complex|valarray|random|numeric|ratio|cfenv|locale|clocale|codecvt|iosfwd|ios|istream|ostream|iostream|fstream|sstream|strstream|iomanip|streambuf|cstdio|regex|atomic|thread|mutex|shared_mutex|future|condition_variable)>"    Priority: 4  - Regex: "^<.*>"    Priority: 5IncludeIsMainRegex: "([-_](test|unittest))?$"IndentCaseBlocks: trueIndentCaseLabels: trueIndentPPDirectives: NoneIndentWidth: 4IndentWrappedFunctionNames: falseMaxEmptyLinesToKeep: 2NamespaceIndentation: NonePenaltyReturnTypeOnItsOwnLine: 200PointerAlignment: RightSpaceAfterCStyleCast: falseSpaceAfterTemplateKeyword: falseSpaceBeforeAssignmentOperators: trueSpaceBeforeCtorInitializerColon: falseSpaceBeforeInheritanceColon: trueSpaceBeforeParens: ControlStatementsSpaceBeforeRangeBasedForLoopColon: trueSpaceInEmptyParentheses: falseSpacesBeforeTrailingComments: 1SpacesInAngles: falseSpacesInCStyleCastParentheses: falseSpacesInParentheses: falseSpacesInSquareBrackets: falseStandard: c++14TabWidth: 4UseTab: NeverUseCRLF: true
 |