chore: simple .editorconfig

This commit is contained in:
张泊明518370910136 2024-10-03 22:58:24 -04:00
parent ba19112ed4
commit 97a51af7cf
GPG Key ID: CA088E6D9284F870

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.py]
charset = utf-8
indent_style = space
indent_size = 4