Initial commit

This commit is contained in:
2023-09-08 16:30:25 +02:00
commit ae7cf8c566
6 changed files with 180 additions and 0 deletions

22
.editorconfig Normal file
View File

@@ -0,0 +1,22 @@
[*]
end_of_line = LF
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
[*.{ts,js,tsx,jsx,lua}]
charset = utf-8
indent_style = space
indent_size = 2
[*.go]
indent_style = tab
[Makefile]
indent_style = tab
[*.{yml,json}]
indent_style = space
indent_size = 2