add editconfig and use 4 space

This commit is contained in:
kslr
2020-07-31 19:14:59 +08:00
parent e9a1bba610
commit 7ad88b8f38
2 changed files with 9 additions and 1 deletions

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
trim_trailing_whitespace = true