This commit is contained in:
2026-04-08 21:28:36 -04:00
parent b6dca80670
commit d4f788dca9
4 changed files with 75 additions and 34 deletions

7
.clang-format Normal file
View File

@@ -0,0 +1,7 @@
---
BasedOnStyle: LLVM
TabWidth: 4
IndentWidth: 4
UseTab: ForIndentation
ColumnLimit: 0
...