| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 1 | --- | 
 | 2 | Language:        Cpp | 
 | 3 | # BasedOnStyle:  LLVM | 
 | 4 | AccessModifierOffset: -2 | 
 | 5 | AlignAfterOpenBracket: Align | 
 | 6 | AlignConsecutiveAssignments: false | 
 | 7 | AlignConsecutiveDeclarations: false | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 8 | AlignEscapedNewlines: Right | 
 | 9 | AlignOperands:  Align | 
 | 10 | AlignTrailingComments: | 
 | 11 |   Kind: Always | 
 | 12 |   OverEmptyLines: 1 | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 13 | AllowAllParametersOfDeclarationOnNextLine: true | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 14 | AllowShortBlocksOnASingleLine: Empty | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 15 | AllowShortCaseLabelsOnASingleLine: false | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 16 | AllowShortFunctionsOnASingleLine: Empty | 
| Patrick Williams | b7b352a | 2023-10-20 11:19:19 -0500 | [diff] [blame] | 17 | AllowShortIfStatementsOnASingleLine: Never | 
 | 18 | AllowShortLambdasOnASingleLine: true | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 19 | AllowShortLoopsOnASingleLine: false | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 20 | AlwaysBreakBeforeMultilineStrings: false | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 21 | BinPackArguments: true | 
 | 22 | BinPackParameters: true | 
| Patrick Williams | b7b352a | 2023-10-20 11:19:19 -0500 | [diff] [blame] | 23 | BitFieldColonSpacing: None | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 24 | BraceWrapping: | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 25 |   AfterCaseLabel:  true | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 26 |   AfterClass:      true | 
 | 27 |   AfterControlStatement: true | 
 | 28 |   AfterEnum:       true | 
| Patrick Williams | b7b352a | 2023-10-20 11:19:19 -0500 | [diff] [blame] | 29 |   AfterExternBlock: true | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 30 |   AfterFunction:   true | 
 | 31 |   AfterNamespace:  true | 
 | 32 |   AfterObjCDeclaration: true | 
 | 33 |   AfterStruct:     true | 
 | 34 |   AfterUnion:      true | 
 | 35 |   BeforeCatch:     true | 
 | 36 |   BeforeElse:      true | 
| Patrick Williams | b7b352a | 2023-10-20 11:19:19 -0500 | [diff] [blame] | 37 |   BeforeLambdaBody: false | 
 | 38 |   BeforeWhile:     false | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 39 |   IndentBraces:    false | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 40 |   SplitEmptyFunction:   false | 
 | 41 |   SplitEmptyRecord:     false | 
 | 42 |   SplitEmptyNamespace:  false | 
 | 43 | BreakAfterAttributes: Never | 
| Patrick Williams | abf5614 | 2024-12-18 11:21:39 -0500 | [diff] [blame] | 44 | BreakAfterReturnType: Automatic | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 45 | BreakBeforeBinaryOperators: None | 
 | 46 | BreakBeforeBraces: Custom | 
 | 47 | BreakBeforeTernaryOperators: true | 
 | 48 | BreakConstructorInitializers: AfterColon | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 49 | BreakInheritanceList: AfterColon | 
 | 50 | BreakStringLiterals: false | 
| Patrick Williams | abf5614 | 2024-12-18 11:21:39 -0500 | [diff] [blame] | 51 | BreakTemplateDeclarations: Yes | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 52 | ColumnLimit:     80 | 
 | 53 | CommentPragmas:  '^ IWYU pragma:' | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 54 | CompactNamespaces: false | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 55 | ConstructorInitializerIndentWidth: 4 | 
 | 56 | ContinuationIndentWidth: 4 | 
 | 57 | Cpp11BracedListStyle: true | 
 | 58 | DerivePointerAlignment: false | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 59 | DisableFormat:   false | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 60 | FixNamespaceComments: true | 
| Patrick Williams | b7b352a | 2023-10-20 11:19:19 -0500 | [diff] [blame] | 61 | ForEachMacros: | 
 | 62 |   - foreach | 
 | 63 |   - Q_FOREACH | 
 | 64 |   - BOOST_FOREACH | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 65 | IncludeBlocks: Regroup | 
 | 66 | IncludeCategories: | 
 | 67 |   - Regex:           '^[<"](gtest|gmock)' | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 68 |     Priority:        7 | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 69 |   - Regex:           '^"config.h"' | 
 | 70 |     Priority:        -1 | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 71 |   - Regex:           '^".*\.h"' | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 72 |     Priority:        1 | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 73 |   - Regex:           '^".*\.hpp"' | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 74 |     Priority:        2 | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 75 |   - Regex:           '^<.*\.h>' | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 76 |     Priority:        3 | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 77 |   - Regex:           '^<.*\.hpp>' | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 78 |     Priority:        4 | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 79 |   - Regex:           '^<.*' | 
 | 80 |     Priority:        5 | 
 | 81 |   - Regex:           '.*' | 
 | 82 |     Priority:        6 | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 83 | IndentCaseLabels: true | 
| Patrick Williams | b7b352a | 2023-10-20 11:19:19 -0500 | [diff] [blame] | 84 | IndentExternBlock: NoIndent | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 85 | IndentRequiresClause: true | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 86 | IndentWidth:     4 | 
 | 87 | IndentWrappedFunctionNames: true | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 88 | InsertNewlineAtEOF: true | 
 | 89 | KeepEmptyLinesAtTheStartOfBlocks: false | 
| Patrick Williams | 08dc31c | 2024-08-16 15:21:06 -0400 | [diff] [blame] | 90 | LambdaBodyIndentation: Signature | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 91 | LineEnding: LF | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 92 | MacroBlockBegin: '' | 
 | 93 | MacroBlockEnd:   '' | 
 | 94 | MaxEmptyLinesToKeep: 1 | 
 | 95 | NamespaceIndentation: None | 
 | 96 | ObjCBlockIndentWidth: 2 | 
 | 97 | ObjCSpaceAfterProperty: false | 
 | 98 | ObjCSpaceBeforeProtocolList: true | 
| Patrick Williams | b7b352a | 2023-10-20 11:19:19 -0500 | [diff] [blame] | 99 | PackConstructorInitializers: BinPack | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 100 | PenaltyBreakAssignment: 25 | 
| Patrick Williams | 08dc31c | 2024-08-16 15:21:06 -0400 | [diff] [blame] | 101 | PenaltyBreakBeforeFirstCallParameter: 50 | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 102 | PenaltyBreakComment: 300 | 
 | 103 | PenaltyBreakFirstLessLess: 120 | 
 | 104 | PenaltyBreakString: 1000 | 
| Patrick Williams | 08dc31c | 2024-08-16 15:21:06 -0400 | [diff] [blame] | 105 | PenaltyBreakTemplateDeclaration: 10 | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 106 | PenaltyExcessCharacter: 1000000 | 
| Patrick Williams | 43fedab | 2025-02-03 14:28:05 -0500 | [diff] [blame] | 107 | PenaltyReturnTypeOnItsOwnLine: 150 | 
| Patrick Williams | 08dc31c | 2024-08-16 15:21:06 -0400 | [diff] [blame] | 108 | PenaltyIndentedWhitespace: 1 | 
| Patrick Williams | b7b352a | 2023-10-20 11:19:19 -0500 | [diff] [blame] | 109 | PointerAlignment: Left | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 110 | QualifierAlignment: Left | 
 | 111 | ReferenceAlignment: Left | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 112 | ReflowComments:  true | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 113 | RequiresClausePosition: OwnLine | 
 | 114 | RequiresExpressionIndentation: Keyword | 
| Patrick Williams | b7b352a | 2023-10-20 11:19:19 -0500 | [diff] [blame] | 115 | SortIncludes: CaseSensitive | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 116 | SortUsingDeclarations: true | 
 | 117 | SpaceAfterCStyleCast: false | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 118 | SpaceAfterTemplateKeyword: true | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 119 | SpaceBeforeAssignmentOperators: true | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 120 | SpaceBeforeCpp11BracedList: false | 
 | 121 | SpaceBeforeCtorInitializerColon: true | 
 | 122 | SpaceBeforeInheritanceColon: true | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 123 | SpaceBeforeParens: ControlStatements | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 124 | SpaceBeforeRangeBasedForLoopColon: true | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 125 | SpaceInEmptyParentheses: false | 
 | 126 | SpacesBeforeTrailingComments: 1 | 
| Patrick Williams | b7b352a | 2023-10-20 11:19:19 -0500 | [diff] [blame] | 127 | SpacesInAngles: Never | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 128 | SpacesInContainerLiterals: true | 
 | 129 | SpacesInCStyleCastParentheses: false | 
 | 130 | SpacesInParentheses: false | 
 | 131 | SpacesInSquareBrackets: false | 
| Patrick Williams | c78d887 | 2023-05-10 07:50:56 -0500 | [diff] [blame] | 132 | Standard:        Latest | 
| Patrick Venture | c83c4dc | 2018-11-01 16:29:18 -0700 | [diff] [blame] | 133 | TabWidth:        4 | 
 | 134 | UseTab:          Never | 
 | 135 | ... | 
 | 136 |  |