1
0
mirror of synced 2025-11-06 04:21:02 +08:00

refactor: make it public

This commit is contained in:
roymondchen
2022-02-17 14:47:39 +08:00
commit bc8b9f5225
360 changed files with 52539 additions and 0 deletions

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
[*.{js,jsx,ts,tsx,vue}]
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100