first commit

This commit is contained in:
2025-02-04 17:22:13 +01:00
commit 0a97dcb51d
11 changed files with 1397 additions and 0 deletions

8
.clang-format Normal file
View File

@@ -0,0 +1,8 @@
UseTab: Always
IndentWidth: 4
TabWidth: 4
ColumnLimit: 0
AllowAllParametersOfDeclarationOnNextLine: false
BreakBeforeBinaryOperators: None
SpacesInParentheses: false
BinPackParameters: true