refactor: modify configuration of the editor

This commit is contained in:
gin
2026-05-08 11:39:29 +08:00
parent a5d3c35cfb
commit 0024459709
9 changed files with 43 additions and 108 deletions
+15
View File
@@ -0,0 +1,15 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
tab_width = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false