mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-06 07:15:31 -04:00
12 lines
257 B
Text
12 lines
257 B
Text
|
|
BasedOnStyle: GNU
|
||
|
|
UseTab: AlignWithSpaces
|
||
|
|
IndentWidth: 4
|
||
|
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
|
BreakBeforeBraces: Linux
|
||
|
|
IndentCaseLabels: false
|
||
|
|
ColumnLimit: 100
|
||
|
|
AlignConsecutiveStyle: Consecutive
|
||
|
|
AlignTrailingComments:
|
||
|
|
Kind: Always
|
||
|
|
OverEmptyLines: 2
|