sync: initial commit

This commit is contained in:
2026-06-08 22:36:21 +02:00
commit 9b272b93e8
9 changed files with 486 additions and 0 deletions

8
.clang-format Normal file
View File

@@ -0,0 +1,8 @@
# yaml-language-server: $schema=https://json.schemastore.org/clang-format-21.x.json
---
BasedOnStyle: LLVM
IndentWidth: 4
---
Language: Cpp
DerivePointerAlignment: false
PointerAlignment: Left