libgrapheme

unicode string library
git clone git://git.suckless.org/libgrapheme
Log | Files | Refs | README | LICENSE

.clang-format (3842B)


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