chore: add .editorconfig

This commit is contained in:
Dup4 2022-02-15 12:50:03 +08:00
parent 9af09b3c8a
commit 5acb4a2eab
No known key found for this signature in database
GPG Key ID: A5AFB7DF61AB5579
1 changed files with 13 additions and 0 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_size = 2