From 87c9273e43b9a756d9a1a2881e265deb66565f8e Mon Sep 17 00:00:00 2001 From: ZhouXY108 Date: Fri, 25 Oct 2024 21:27:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20.editorconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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