[feature] Create project

This commit is contained in:
li-chx
2025-07-07 17:23:18 +08:00
commit 0da8c02ce4
36 changed files with 5023 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[*.{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