initial commit

This commit is contained in:
garionion 2025-02-26 00:09:11 +01:00
parent 9efc8a209b
commit aabf45915a
48 changed files with 7400 additions and 0 deletions

6
web/.editorconfig Normal file
View file

@ -0,0 +1,6 @@
[*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue}]
charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true