This commit is contained in:
ttionya
2020-06-05 13:31:45 +08:00
commit 4f394cd9eb
2 changed files with 25 additions and 0 deletions

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.sh]
indent_size = 4

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# OS
.DS_Store
# IDE
.vscode
.idea
# Log
*.log
*.log.*