feat: add .editorconfig file (#379)

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
Hooray 2022-06-30 12:01:56 +08:00 committed by GitHub
parent 9b71e24433
commit 5fcfbf6188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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