feat: add .editorconfig for ide

This commit is contained in:
kunkka 2020-10-19 00:41:03 +08:00
parent 2101f358db
commit 3d33d2ba8c

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false