mirror of
https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
synced 2025-06-28 21:40:42 +00:00
Initial commit
This commit is contained in:
commit
2d883200bc
11 changed files with 442 additions and 0 deletions
14
.clang-format
Normal file
14
.clang-format
Normal file
|
@ -0,0 +1,14 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue