dwl/.clang-format
2023-02-22 17:13:57 +03:00

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