.clang-format (3842B)
1AccessModifierOffset: 0 2AlignAfterOpenBracket: Align 3AlignArrayOfStructures: None 4AlignConsecutiveAssignments: 5 Enabled: false 6AlignConsecutiveBitFields: 7 Enabled: true 8 AcrossEmptyLines: false 9 AcrossComments: false 10AlignConsecutiveDeclarations: 11 Enabled: false 12AlignConsecutiveMacros: 13 Enabled: true 14 AcrossEmptyLines: false 15 AcrossComments: false 16AlignEscapedNewlines: Right 17AlignOperands: Align 18AlignTrailingComments: true 19# Kind: Always 20# OverEmptyLines: 1 21AllowAllArgumentsOnNextLine: true 22AllowAllParametersOfDeclarationOnNextLine: true 23AllowShortBlocksOnASingleLine: Never 24AllowShortCaseLabelsOnASingleLine: false 25AllowShortEnumsOnASingleLine: false 26AllowShortFunctionsOnASingleLine: None 27AllowShortIfStatementsOnASingleLine: Never 28AllowShortLambdasOnASingleLine: None 29AllowShortLoopsOnASingleLine: false 30AlwaysBreakAfterReturnType: TopLevelDefinitions 31AlwaysBreakBeforeMultilineStrings: false 32AlwaysBreakTemplateDeclarations: Yes 33AttributeMacros: [] 34BinPackArguments: true 35BinPackParameters: true 36BitFieldColonSpacing: Both 37BreakAfterJavaFieldAnnotations: false 38#BreakArrays: false 39BreakBeforeBinaryOperators: None 40BreakBeforeBraces: WebKit 41BreakBeforeConceptDeclarations: Always 42#BreakBeforeInlineASMColon: Always 43BreakBeforeTernaryOperators: false 44BreakConstructorInitializers: AfterColon 45BreakInheritanceList: AfterComma 46BreakStringLiterals: true 47ColumnLimit: 80 48CommentPragmas: "" 49CompactNamespaces: false 50ConstructorInitializerIndentWidth: 8 51ContinuationIndentWidth: 8 52Cpp11BracedListStyle: false 53DeriveLineEnding: false 54DerivePointerAlignment: false 55DisableFormat: false 56EmptyLineAfterAccessModifier: Never 57EmptyLineBeforeAccessModifier: Never 58FixNamespaceComments: true 59ForEachMacros: [] 60IfMacros: [] 61IncludeBlocks: Preserve 62IncludeIsMainRegex: "" 63IncludeIsMainSourceRegex: "" 64IndentAccessModifiers: false 65IndentCaseBlocks: false 66IndentCaseLabels: false 67IndentExternBlock: NoIndent 68IndentGotoLabels: false 69IndentPPDirectives: BeforeHash 70IndentRequiresClause: false 71IndentWidth: 8 72IndentWrappedFunctionNames: false 73InsertBraces: true 74InsertTrailingCommas: None 75JavaImportGroups: [] 76JavaScriptQuotes: Double 77JavaScriptWrapImports: true 78KeepEmptyLinesAtTheStartOfBlocks: false 79LambdaBodyIndentation: Signature 80Language: Cpp 81MacroBlockBegin: "" 82MacroBlockEnd: "" 83MaxEmptyLinesToKeep: 1 84NamespaceIndentation: All 85NamespaceMacros: [] 86ObjCBinPackProtocolList: Never 87ObjCBlockIndentWidth: 8 88ObjCBreakBeforeNestedBlockParam: true 89ObjCSpaceAfterProperty: true 90ObjCSpaceBeforeProtocolList: true 91PPIndentWidth: 0 92PackConstructorInitializers: Never 93PointerAlignment: Right 94QualifierAlignment: Left 95RawStringFormats: [] 96ReferenceAlignment: Pointer 97ReflowComments: true 98RemoveBracesLLVM: false 99#RemoveSemicolon: false 100RequiresClausePosition: OwnLine 101#RequiresExpressionIndentation: Keyword 102SeparateDefinitionBlocks: Always 103ShortNamespaceLines: 0 104SortIncludes: CaseSensitive 105SortJavaStaticImport: Before 106SortUsingDeclarations: true 107SpaceAfterCStyleCast: false 108SpaceAfterLogicalNot: false 109SpaceAfterTemplateKeyword: false 110SpaceAroundPointerQualifiers: Before 111SpaceBeforeAssignmentOperators: true 112SpaceBeforeCaseColon: false 113SpaceBeforeCpp11BracedList: true 114SpaceBeforeCtorInitializerColon: true 115SpaceBeforeInheritanceColon: true 116SpaceBeforeParens: ControlStatements 117SpaceBeforeRangeBasedForLoopColon: true 118SpaceBeforeSquareBrackets: false 119SpaceInEmptyBlock: false 120SpaceInEmptyParentheses: false 121SpacesBeforeTrailingComments: 4 122SpacesInAngles: Never 123SpacesInCStyleCastParentheses: false 124SpacesInConditionalStatement: false 125SpacesInContainerLiterals: true 126SpacesInLineCommentPrefix: 127 Minimum: 1 128 Maximum: 1 129SpacesInParentheses: false 130SpacesInSquareBrackets: false 131Standard: Auto 132StatementAttributeLikeMacros: [] 133StatementMacros: [] 134TabWidth: 8 135TypenameMacros: [] 136UseCRLF: false 137UseTab: AlignWithSpaces 138#WhitespaceSensitiveMacros: []