feat: initial commit

This commit is contained in:
2024-11-29 00:40:42 +02:00
commit ad022ef144
16 changed files with 334 additions and 0 deletions

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
[*]
tab_width = 2
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[Makefile]
tab_width = 4
indent_size = 4
indent_style = tab