|
| 1 | +--- |
| 2 | +BasedOnStyle: Mozilla |
| 3 | +IndentWidth: 4 |
| 4 | + |
| 5 | +--- |
| 6 | +Language: Cpp |
| 7 | +AlignConsecutiveMacros: true |
| 8 | +AllowShortBlocksOnASingleLine: true |
| 9 | +BinPackArguments: true |
| 10 | +BinPackParameters: true |
| 11 | +BreakBeforeBraces: Custom |
| 12 | +BraceWrapping: |
| 13 | + AfterCaseLabel: false |
| 14 | + AfterClass: true |
| 15 | + AfterControlStatement: false |
| 16 | + AfterEnum: true |
| 17 | + AfterFunction: true |
| 18 | + AfterNamespace: false |
| 19 | + AfterObjCDeclaration: false |
| 20 | + AfterStruct: true |
| 21 | + AfterUnion: false |
| 22 | + AfterExternBlock: true |
| 23 | + BeforeCatch: false |
| 24 | + BeforeElse: false |
| 25 | + IndentBraces: false |
| 26 | + SplitEmptyFunction: true |
| 27 | + SplitEmptyRecord: false |
| 28 | + SplitEmptyNamespace: true |
| 29 | +ColumnLimit: 79 |
| 30 | +DerivePointerAlignment: false |
| 31 | +IncludeBlocks: Regroup |
| 32 | +IncludeCategories: |
| 33 | + - Regex: '^"(llvm|llvm-c|clang|clang-c)/' |
| 34 | + Priority: 2 |
| 35 | + - Regex: '^(<|"(gtest|gmock|isl|json)/)' |
| 36 | + Priority: 1 |
| 37 | + - Regex: ".*" |
| 38 | + Priority: 3 |
| 39 | +PointerAlignment: Right |
| 40 | +ReflowComments: false |
| 41 | +Standard: Cpp03 |
| 42 | +StatementMacros: |
| 43 | + - Q_UNUSED |
| 44 | + - QT_REQUIRE_VERSION |
| 45 | +# AccessModifierOffset: -2 |
| 46 | +# AlignAfterOpenBracket: Align |
| 47 | +# AlignConsecutiveAssignments: false |
| 48 | +# AlignConsecutiveDeclarations: false |
| 49 | +# AlignEscapedNewlines: Right |
| 50 | +# AlignOperands: true |
| 51 | +# AlignTrailingComments: true |
| 52 | +# AllowAllArgumentsOnNextLine: true |
| 53 | +# AllowAllConstructorInitializersOnNextLine: true |
| 54 | +# AllowAllParametersOfDeclarationOnNextLine: false |
| 55 | +# AllowShortCaseLabelsOnASingleLine: false |
| 56 | +# AllowShortFunctionsOnASingleLine: Inline |
| 57 | +# AllowShortLambdasOnASingleLine: All |
| 58 | +# AllowShortIfStatementsOnASingleLine: Never |
| 59 | +# AllowShortLoopsOnASingleLine: false |
| 60 | +# AlwaysBreakAfterDefinitionReturnType: TopLevel |
| 61 | +# AlwaysBreakAfterReturnType: TopLevel |
| 62 | +# AlwaysBreakBeforeMultilineStrings: false |
| 63 | +# AlwaysBreakTemplateDeclarations: Yes |
| 64 | +# BreakBeforeBinaryOperators: None |
| 65 | +# BreakBeforeInheritanceComma: false |
| 66 | +# BreakInheritanceList: BeforeComma |
| 67 | +# BreakBeforeTernaryOperators: true |
| 68 | +# BreakConstructorInitializersBeforeComma: false |
| 69 | +# BreakConstructorInitializers: BeforeComma |
| 70 | +# BreakAfterJavaFieldAnnotations: false |
| 71 | +# BreakStringLiterals: true |
| 72 | +# CommentPragmas: '^ IWYU pragma:' |
| 73 | +# CompactNamespaces: false |
| 74 | +# ConstructorInitializerAllOnOneLineOrOnePerLine: false |
| 75 | +# ConstructorInitializerIndentWidth: 2 |
| 76 | +# ContinuationIndentWidth: 2 |
| 77 | +# Cpp11BracedListStyle: false |
| 78 | +# DisableFormat: false |
| 79 | +# ExperimentalAutoDetectBinPacking: false |
| 80 | +# FixNamespaceComments: false |
| 81 | +# ForEachMacros: |
| 82 | +# - foreach |
| 83 | +# - Q_FOREACH |
| 84 | +# - BOOST_FOREACH |
| 85 | +# IncludeIsMainRegex: '(Test)?$' |
| 86 | +# IndentCaseLabels: true |
| 87 | +# IndentPPDirectives: None |
| 88 | +# IndentWrappedFunctionNames: false |
| 89 | +# JavaScriptQuotes: Leave |
| 90 | +# JavaScriptWrapImports: true |
| 91 | +# KeepEmptyLinesAtTheStartOfBlocks: true |
| 92 | +# MacroBlockBegin: '' |
| 93 | +# MacroBlockEnd: '' |
| 94 | +# MaxEmptyLinesToKeep: 1 |
| 95 | +# NamespaceIndentation: None |
| 96 | +# ObjCBinPackProtocolList: Auto |
| 97 | +# ObjCBlockIndentWidth: 2 |
| 98 | +# ObjCSpaceAfterProperty: true |
| 99 | +# ObjCSpaceBeforeProtocolList: false |
| 100 | +# PenaltyBreakAssignment: 2 |
| 101 | +# PenaltyBreakBeforeFirstCallParameter: 19 |
| 102 | +# PenaltyBreakComment: 300 |
| 103 | +# PenaltyBreakFirstLessLess: 120 |
| 104 | +# PenaltyBreakString: 1000 |
| 105 | +# PenaltyBreakTemplateDeclaration: 10 |
| 106 | +# PenaltyExcessCharacter: 1000000 |
| 107 | +# PenaltyReturnTypeOnItsOwnLine: 200 |
| 108 | +# SortIncludes: true |
| 109 | +# SortUsingDeclarations: true |
| 110 | +# SpaceAfterCStyleCast: false |
| 111 | +# SpaceAfterLogicalNot: false |
| 112 | +# SpaceAfterTemplateKeyword: false |
| 113 | +# SpaceBeforeAssignmentOperators: true |
| 114 | +# SpaceBeforeCpp11BracedList: false |
| 115 | +# SpaceBeforeCtorInitializerColon: true |
| 116 | +# SpaceBeforeInheritanceColon: true |
| 117 | +# SpaceBeforeParens: ControlStatements |
| 118 | +# SpaceBeforeRangeBasedForLoopColon: true |
| 119 | +# SpaceInEmptyParentheses: false |
| 120 | +# SpacesBeforeTrailingComments: 1 |
| 121 | +# SpacesInAngles: false |
| 122 | +# SpacesInContainerLiterals: true |
| 123 | +# SpacesInCStyleCastParentheses: false |
| 124 | +# SpacesInParentheses: false |
| 125 | +# SpacesInSquareBrackets: false |
| 126 | +# TabWidth: 4 |
| 127 | +# UseTab: Never |
| 128 | +# ... |
| 129 | + |
0 commit comments