First commit

This commit is contained in:
2025-11-21 21:06:58 +01:00
parent 22a83cb76a
commit e3ae1f12b2
45 changed files with 3497 additions and 14547 deletions

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
[*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue,css,scss,sass,less,styl}]
charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
max_line_length = 100