chore: init

This commit is contained in:
streakingman
2022-09-15 13:09:27 +08:00
commit 39683b0f2c
23 changed files with 4453 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# https://editorconfig.org/
# generated at 9/15/2022, 12:52:15 PM by streakingman-cli@1.9.2
# 该配置文件是给webstorm使用的
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false