chore(styles): 🔧 sync add .editorconfig (#38)

This commit is contained in:
一寸灰
2024-12-25 16:33:52 +08:00
committed by GitHub
parent 72ef6faaa9
commit 270debca49

11
.editorconfig Normal file
View File

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