mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-29 11:04:14 +00:00
12 lines
257 B
YAML
12 lines
257 B
YAML
BasedOnStyle: GNU
|
|
UseTab: AlignWithSpaces
|
|
IndentWidth: 4
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
BreakBeforeBraces: Linux
|
|
IndentCaseLabels: false
|
|
ColumnLimit: 100
|
|
AlignConsecutiveStyle: Consecutive
|
|
AlignTrailingComments:
|
|
Kind: Always
|
|
OverEmptyLines: 2
|