Added .editorconfig

This commit is contained in:
hyzboy 2025-03-04 22:44:10 +08:00
parent b63edb2f89
commit f88f6378b7

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true