Initial commit

This commit is contained in:
ItsDrike 2023-03-31 13:48:22 +02:00
commit 2d883200bc
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
11 changed files with 442 additions and 0 deletions

14
.clang-format Normal file
View 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