修改 .editorconfig。

This commit is contained in:
zhouxy108 2025-02-18 22:23:51 +08:00
parent 5bb6351c5b
commit 838e80eac5

View File

@ -8,5 +8,5 @@ indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
trim_trailing_whitespace = true
insert_final_newline = true