mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-06 07:15:31 -04:00
add clang-format'ing
This commit is contained in:
parent
c69a2bec3f
commit
032bf3e951
3 changed files with 2400 additions and 2320 deletions
11
.clang-format
Normal file
11
.clang-format
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
BasedOnStyle: GNU
|
||||
UseTab: AlignWithSpaces
|
||||
IndentWidth: 4
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
BreakBeforeBraces: Linux
|
||||
IndentCaseLabels: false
|
||||
ColumnLimit: 100
|
||||
AlignConsecutiveStyle: Consecutive
|
||||
AlignTrailingComments:
|
||||
Kind: Always
|
||||
OverEmptyLines: 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue