Add .editorconfig for format

This commit is contained in:
Goooler 2021-07-19 12:57:52 +08:00
parent d1b48711cf
commit 9a3a748e9a

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.yml]
indent_size = 2