feat(package): started rewrite in C

This commit is contained in:
Jef Roosens 2022-11-19 23:32:51 +01:00
parent 9e11237ff9
commit 3e40eeff2d
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
8 changed files with 263 additions and 2 deletions

View file

@ -5,6 +5,6 @@ root = true
end_of_line = lf
insert_final_newline = true
[*.v]
[*.{v,c,h}]
# vfmt wants it :(
indent_style = tab