feat: init

This commit is contained in:
dreamhunter2333
2023-08-16 11:13:26 +08:00
commit bd08a85016
21 changed files with 2910 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# http://editorconfig.org
root = true
[*]
indent_style = tab
tab_width = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space