Add .editorconfig (#4957)

This commit is contained in:
Goooler
2023-04-18 05:13:43 +08:00
committed by GitHub
parent bdd4667606
commit 805274060e

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{yml,yaml}]
indent_size = 2