chore: add editor config

This commit is contained in:
CoderLambert
2026-09-14 02:40:33 +08:00
parent a47cca93fa
commit 27c0a2f5a6
+12
View File
@@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false