Merge pull request #13 from element-plus/chore/editorconfig

chore: add editorconfig file
This commit is contained in:
zazzaz 2020-07-22 15:35:27 +08:00 committed by GitHub
commit 398fdb3ed0

9
.editorconfig Normal file
View File

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