initial commit

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-09-13 17:14:59 +05:30
commit de91a303e2
9 changed files with 234 additions and 0 deletions

7
.clang-format Normal file
View File

@@ -0,0 +1,7 @@
BasedOnStyle: GNU
IndentWidth: 4
BreakBeforeBraces: Attach
AlwaysBreakTemplateDeclarations: Yes
AlignConsecutiveAssignments: Consecutive
BreakAfterAttributes: Always
AllowShortEnumsOnASingleLine: False