Harrison Mutai | 762d494 | 2025-05-06 13:06:41 +0000 | [diff] [blame] | 1 | --- |
| 2 | AccessModifierOffset: -4 |
| 3 | AlignAfterOpenBracket: Align |
| 4 | AlignConsecutiveAssignments: false |
| 5 | AlignConsecutiveDeclarations: false |
| 6 | AlignEscapedNewlines: Left |
| 7 | AlignOperands: true |
| 8 | AlignTrailingComments: false |
| 9 | AllowAllParametersOfDeclarationOnNextLine: false |
| 10 | AllowShortBlocksOnASingleLine: false |
| 11 | AllowShortCaseLabelsOnASingleLine: false |
| 12 | AllowShortFunctionsOnASingleLine: None |
| 13 | AllowShortIfStatementsOnASingleLine: false |
| 14 | AllowShortLoopsOnASingleLine: false |
| 15 | AlwaysBreakAfterDefinitionReturnType: None |
| 16 | AlwaysBreakAfterReturnType: None |
| 17 | AlwaysBreakBeforeMultilineStrings: false |
| 18 | AlwaysBreakTemplateDeclarations: false |
| 19 | BinPackArguments: true |
| 20 | BinPackParameters: true |
| 21 | BraceWrapping: |
| 22 | AfterClass: false |
| 23 | AfterControlStatement: false |
| 24 | AfterEnum: false |
| 25 | AfterFunction: true |
| 26 | AfterNamespace: true |
| 27 | AfterObjCDeclaration: false |
| 28 | AfterStruct: false |
| 29 | AfterUnion: false |
| 30 | AfterExternBlock: false |
| 31 | BeforeCatch: false |
| 32 | BeforeElse: false |
| 33 | IndentBraces: false |
| 34 | SplitEmptyFunction: true |
| 35 | SplitEmptyRecord: true |
| 36 | SplitEmptyNamespace: true |
| 37 | BreakBeforeBinaryOperators: None |
| 38 | BreakBeforeBraces: Custom |
| 39 | BreakBeforeInheritanceComma: false |
| 40 | BreakBeforeTernaryOperators: false |
| 41 | BreakConstructorInitializersBeforeComma: false |
| 42 | BreakConstructorInitializers: BeforeComma |
| 43 | BreakAfterJavaFieldAnnotations: false |
| 44 | BreakStringLiterals: false |
| 45 | ColumnLimit: 80 |
| 46 | CommentPragmas: '^ IWYU pragma:' |
| 47 | CompactNamespaces: false |
| 48 | ConstructorInitializerAllOnOneLineOrOnePerLine: false |
| 49 | ConstructorInitializerIndentWidth: 8 |
| 50 | ContinuationIndentWidth: 8 |
| 51 | Cpp11BracedListStyle: false |
| 52 | DerivePointerAlignment: false |
| 53 | DisableFormat: false |
| 54 | ExperimentalAutoDetectBinPacking: false |
| 55 | FixNamespaceComments: false |
| 56 | |
| 57 | IncludeIsMainRegex: '(Test)?$' |
| 58 | IndentCaseLabels: false |
| 59 | IndentGotoLabels: false |
| 60 | IndentPPDirectives: None |
| 61 | IndentWidth: 8 |
| 62 | IndentWrappedFunctionNames: false |
| 63 | JavaScriptQuotes: Leave |
| 64 | JavaScriptWrapImports: true |
| 65 | KeepEmptyLinesAtTheStartOfBlocks: false |
| 66 | MacroBlockBegin: '' |
| 67 | MacroBlockEnd: '' |
| 68 | MaxEmptyLinesToKeep: 1 |
| 69 | NamespaceIndentation: None |
| 70 | ObjCBinPackProtocolList: Auto |
| 71 | ObjCBlockIndentWidth: 8 |
| 72 | ObjCSpaceAfterProperty: true |
| 73 | ObjCSpaceBeforeProtocolList: true |
| 74 | |
| 75 | PointerAlignment: Right |
| 76 | ReflowComments: false |
| 77 | SortIncludes: true |
| 78 | SortUsingDeclarations: false |
| 79 | SpaceAfterCStyleCast: false |
| 80 | SpaceAfterTemplateKeyword: true |
| 81 | SpaceBeforeAssignmentOperators: true |
| 82 | SpaceBeforeCtorInitializerColon: true |
| 83 | SpaceBeforeInheritanceColon: true |
| 84 | SpaceBeforeParens: ControlStatementsExceptForEachMacros |
| 85 | SpaceBeforeRangeBasedForLoopColon: true |
| 86 | SpaceInEmptyParentheses: false |
| 87 | SpacesBeforeTrailingComments: 1 |
| 88 | SpacesInAngles: false |
| 89 | SpacesInContainerLiterals: false |
| 90 | SpacesInCStyleCastParentheses: false |
| 91 | SpacesInParentheses: false |
| 92 | SpacesInSquareBrackets: false |
| 93 | Standard: Cpp03 |
| 94 | TabWidth: 8 |
| 95 | UseTab: Always |
| 96 | ... |