From f9298a3f41e1fd1fbc26bc93c6a21406f352c863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Thu, 13 Apr 2023 22:20:05 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E9=A1=B9=E7=9B=AE=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 7034f9b..5b1a804 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,20 +3,19 @@ root = true # 匹配全部文件 [*] -# 设置字符集 -charset = utf-8 # 缩进风格,可选space、tab indent_style = space # 缩进的空格数 indent_size = 2 +# 设置字符集 +charset = utf-8 # 结尾换行符,可选lf、cr、crlf end_of_line = lf # 在文件结尾插入新行 -insert_final_newline = true -# 删除一行中的前后空格 trim_trailing_whitespace = true +# 删除一行中的前后空格 +insert_final_newline = true -# 匹配md结尾的文件 [*.md] insert_final_newline = false trim_trailing_whitespace = false