Initial code commit

This commit is contained in:
2026-07-24 19:06:21 -04:00
parent 134e6fec4e
commit 9ad937b299
15 changed files with 288 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
---
BasedOnStyle: LLVM
TabWidth: 4
IndentWidth: 4
UseTab: ForIndentation
ColumnLimit: 0
...