📦 Chore(custom): add editorconfig file

This commit is contained in:
Kuingsmile
2026-01-01 00:26:04 +08:00
parent 17355168f6
commit a5afffd439
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true