补充 .editorconfig

dev
ZhouXY108 2024-10-25 21:27:14 +08:00
parent 72c55ec0e3
commit 87c9273e43
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ indent_size = 4
end_of_line = lf
# 字符集
charset = utf-8
#
# 删除行尾空格
trim_trailing_whitespace = true
# 文件最后插入空行
insert_final_newline = true