Add .editorconfig

This commit is contained in:
Goooler 2022-06-01 09:31:51 +08:00
parent f8e7ec3979
commit 2d60a88c84

9
.editorconfig Normal file
View File

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