This commit is contained in:
2026-03-21 15:45:24 +01:00
commit 048575c14c
22 changed files with 589 additions and 0 deletions

9
.clang-format Normal file
View File

@@ -0,0 +1,9 @@
---
BasedOnStyle: Google
IndentWidth: 4
BreakBeforeBraces: Linux
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
BinPackArguments: false
BinPackParameters: false