File: _clang-format - Tab length: 1 2 4 8 - Lines: on off - No wrap: on off

001: ?---
002: # LLVM 14.0
003: AccessModifierOffset: '-2'
004: AlignAfterOpenBracket: Align
005: AlignArrayOfStructures : Left
006: AlignConsecutiveAssignments: Consecutive
007: AlignConsecutiveBitFields: Consecutive
008: AlignConsecutiveDeclarations: Consecutive
009: AlignConsecutiveMacros: Consecutive
010: AlignEscapedNewlines: Left
011: AlignOperands: AlignAfterOperator
012: AlignTrailingComments: 'true'
013: AllowAllArgumentsOnNextLine: 'false'
014: AllowAllParametersOfDeclarationOnNextLine: 'false'
015: AllowShortBlocksOnASingleLine: Empty
016: AllowShortCaseLabelsOnASingleLine: 'false'
017: AllowShortEnumsOnASingleLine: 'false'
018: AllowShortFunctionsOnASingleLine: InlineOnly
019: AllowShortIfStatementsOnASingleLine: Never
020: AllowShortLambdasOnASingleLine: All
021: AllowShortLoopsOnASingleLine: 'false'
022: AlwaysBreakAfterReturnType: None
023: AlwaysBreakBeforeMultilineStrings: 'false'
024: AlwaysBreakTemplateDeclarations: 'Yes'
025: BinPackArguments: 'false'
026: BinPackParameters: 'false'
027: BitFieldColonSpacing: Both
028: BraceWrapping:
029:     AfterCaseLabel: 'false'
030:     AfterClass: 'true'
031:     AfterControlStatement: 'false'
032:     AfterEnum: 'false'
033:     AfterFunction: 'true'
034:     AfterNamespace: 'false'
035:     AfterObjCDeclaration: 'false'
036:     AfterStruct: 'false'
037:     AfterUnion: 'false'
038:     AfterExternBlock: 'false'
039:     BeforeCatch:  'true'
040:     BeforeElse: 'true'
041:     IndentBraces: 'false'
042:     SplitEmptyFunction: 'true'
043:     SplitEmptyRecord: 'true'
044:     SplitEmptyNamespace:'true'
045: BreakBeforeBinaryOperators: All
046: BreakBeforeBraces: Custom
047: BreakBeforeConceptDeclarations: 'true'
048: BreakBeforeTernaryOperators: 'true'
049: BreakConstructorInitializers: BeforeComma
050: BreakInheritanceList: BeforeComma
051: BreakStringLiterals: 'true'
052: ColumnLimit: '180'
053: CompactNamespaces: 'false'
054: ConstructorInitializerIndentWidth: '4'
055: ContinuationIndentWidth: '2'
056: Cpp11BracedListStyle: 'true'
057: DeriveLineEnding: 'true'
058: DerivePointerAlignment: 'false'
059: DisableFormat: 'false'
060: EmptyLineAfterAccessModifier: Never
061: EmptyLineBeforeAccessModifier: Always
062: FixNamespaceComments: 'true'
063: IncludeBlocks: Merge
064: IndentCaseLabels: 'true'
065: IndentExternBlock: Indent
066: IndentGotoLabels: 'true'
067: IndentPPDirectives: BeforeHash
068: IndentRequires: 'true'
069: IndentWidth: '4'
070: IndentWrappedFunctionNames: 'true'
071: KeepEmptyLinesAtTheStartOfBlocks: 'true'
072: LambdaBodyIndentation: Signature
073: Language: Cpp
074: MaxEmptyLinesToKeep: '2'
075: NamespaceIndentation: All
076: PPIndentWidth: 2
077: PackConstructorInitializers: Never
078: PointerAlignment: Left
079: QualifierAlignment: QAS_Left
080: QualifierOrder: ['static', 'inline', 'const', 'volatile', 'type']
081: ReferenceAlignment: RAS_Left
082: ReflowComments: 'false'
083: RemoveBracesLLVM: 'false'
084: SeparateDefinitionBlocks: 'false'
085: SortIncludes: CaseInsensitive
086: SortUsingDeclarations: 'true'
087: SpaceAfterCStyleCast: 'false'
088: SpaceAfterLogicalNot: 'false'
089: SpaceAfterTemplateKeyword: 'false'
090: SpaceBeforeAssignmentOperators: 'true'
091: SpaceBeforeCaseColon: 'false'
092: SpaceBeforeCpp11BracedList: 'true'
093: SpaceBeforeCtorInitializerColon: 'false'
094: SpaceBeforeInheritanceColon: 'false'
095: SpaceBeforeParens: ControlStatements
096: SpaceBeforeRangeBasedForLoopColon: 'false'
097: SpaceBeforeSquareBrackets: 'false'
098: SpaceInEmptyBlock: 'false'
099: SpaceInEmptyParentheses: 'false'
100: SpacesBeforeTrailingComments: '1'
101: SpacesInAngles: 'false'
102: SpacesInCStyleCastParentheses: 'false'
103: SpacesInConditionalStatement: 'false'
104: SpacesInContainerLiterals: 'false'
105: SpacesInParentheses: 'false'
106: SpacesInSquareBrackets: 'false'
107: Standard: Cpp11
108: StatementAttributeLikeMacros: [emit]
109: TabWidth: '4'
110: UseTab: Never
111: 
112: ...