style: Editor style guide

This commit is contained in:
wll8 2022-02-18 14:33:22 +08:00
parent cfa98f54ed
commit 223528ede7
2 changed files with 12 additions and 0 deletions

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
root = true
[*]
indent_style = tab
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = false
indent_size = 2
[*.md]
trim_trailing_whitespace = false

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.history