hyprland-dwindle-autogroup/.clang-format

16 lines
394 B
Plaintext
Raw Permalink Normal View History

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