merge to master

This commit is contained in:
Joel Sanguenza 2022-09-14 23:34:59 +08:00
parent a85a3d40a7
commit 6ea34f9bda
12 changed files with 6102 additions and 12746 deletions

17
.editorconfig Normal file
View file

@ -0,0 +1,17 @@
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[package.json]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2