Initial commit

This commit is contained in:
2024-06-16 23:56:10 +02:00
commit eb4df5d8e8
4 changed files with 171 additions and 0 deletions

21
.editorconfig Normal file
View File

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