Initial commit

This commit is contained in:
2024-12-01 13:05:22 +01:00
commit 44dec23c98
9 changed files with 1258 additions and 0 deletions

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
[*]
indent_style = space
indent_size = 4
insert_final_newline = true
[*.{ts,js,tsx,jsx,lua,html,yml,json}]
indent_size = 2
[*.go]
indent_style = tab
[Makefile]
indent_style = tab