补充 .editorconfig

This commit is contained in:
zhouxy108 2024-10-25 21:27:14 +08:00
parent 72c55ec0e3
commit 87c9273e43

View File

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