dwl/.clang-format

12 lines
257 B
Text
Raw Normal View History

2023-02-22 17:13:57 +03:00
BasedOnStyle: GNU
UseTab: AlignWithSpaces
IndentWidth: 4
AllowShortIfStatementsOnASingleLine: false
BreakBeforeBraces: Linux
IndentCaseLabels: false
ColumnLimit: 100
AlignConsecutiveStyle: Consecutive
AlignTrailingComments:
Kind: Always
OverEmptyLines: 2