Initial commit

This commit is contained in:
2024-12-01 13:05:22 +01:00
commit f83428ded9
10 changed files with 1284 additions and 0 deletions

16
.editorconfig Normal file
View File

@@ -0,0 +1,16 @@
[*]
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
[meson.build]
indent_size = 2