Start implementing ZIG

This commit is contained in:
Fabian Stamm
2022-07-16 21:03:27 +00:00
parent af4902c9a8
commit 8ee16fb09d
9 changed files with 204 additions and 9 deletions

View File

@ -9,3 +9,5 @@ insert_final_newline = true
indent_size = 2
[*.md]
indent_size = 2
[*.zig]
indent_size = 4