From 761ac53e66f217d4b88df9abd93f35d0e5b0aa78 Mon Sep 17 00:00:00 2001 From: shijian <2954700422@qq.com> Date: Mon, 4 Dec 2023 09:23:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9end=5Fof=5Fline=E4=B8=BAcrlf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 61c31431d..d8a6ed938 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,7 @@ root = true [*] charset = utf-8 -end_of_line = lf +end_of_line = crlf insert_final_newline = true [*.js]