feat: add EditorConfig file

This commit is contained in:
2026-03-14 20:23:22 +08:00
parent 249d118db5
commit 9cb49ea80c
+10
View File
@@ -0,0 +1,10 @@
# EditorConfig: https://editorconfig.org
root = true
[*]
indent_style = tab
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
charset = utf-8