hyprland-dwindle-autogroup/.clang-format

15 lines
388 B
Plaintext
Raw Normal View History

2023-03-31 11:48:22 +00:00
BasedOnStyle: LLVM
BreakBeforeBraces: Stroustrup
TabWidth: 4
IndentWidth: 4
UseTab: Never
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: true
ColumnLimit: 200
PointerAlignment: Left
AllowShortBlocksOnASingleLine: Empty
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false