mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-05-06 07:03:23 +00:00
31 lines
809 B
YAML
31 lines
809 B
YAML
Language: C
|
|
BasedOnStyle: LLVM
|
|
ColumnLimit: 100
|
|
IndentWidth: 8
|
|
TabWidth: 8
|
|
UseTab: ForIndentation
|
|
ContinuationIndentWidth: 8
|
|
BreakBeforeBraces: Linux
|
|
BreakAfterReturnType: AllDefinitions
|
|
AlwaysBreakAfterReturnType: AllDefinitions
|
|
PointerAlignment: Right
|
|
IndentCaseLabels: false
|
|
AlignAfterOpenBracket: DontAlign
|
|
BinPackParameters: true
|
|
BinPackArguments: true
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortBlocksOnASingleLine: Never
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
SpaceBeforeParens: ControlStatements
|
|
SpaceAfterCStyleCast: false
|
|
AlignConsecutiveMacros:
|
|
Enabled: true
|
|
AcrossEmptyLines: false
|
|
AcrossComments: false
|
|
AlignTrailingComments: false
|
|
AlignArrayOfStructures: Left
|
|
SortIncludes: true
|
|
IncludeBlocks: Regroup
|