Initial code commit

This commit is contained in:
2026-07-15 23:08:44 -04:00
parent b91185d05e
commit bca4d7d3f5
8 changed files with 252 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
---
BasedOnStyle: LLVM
TabWidth: 4
IndentWidth: 4
UseTab: ForIndentation
ColumnLimit: 0
...