hyprland-dwindle-autogroup/.clang-format
2023-03-31 15:48:55 +02:00

16 lines
394 B
YAML

BasedOnStyle: LLVM
BreakBeforeBraces: Stroustrup
TabWidth: 4
IndentWidth: 4
UseTab: Never
IndentCaseLabels: true
ColumnLimit: 150
PointerAlignment: Left
AllowShortBlocksOnASingleLine: Empty
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
BinPackArguments: false
BinPackParameters: false