diff --git a/.editorconfig b/.editorconfig index 981764a..191502c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,7 @@ indent_size = 4 end_of_line = lf # 字符集 charset = utf-8 -# +# 删除行尾空格 trim_trailing_whitespace = true +# 文件最后插入空行 insert_final_newline = true