Initial code commit

This commit is contained in:
2026-05-15 19:10:34 -04:00
parent 2997b933e8
commit 6e8d254d17
5 changed files with 218 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
BasedOnStyle: LLVM
TabWidth: 4
IndentWidth: 4
UseTab: ForIndentation
ColumnLimit: 0
...