From b601b119005827db260fdaa1bfff5c5bc867112d Mon Sep 17 00:00:00 2001 From: York Lee Date: Mon, 25 Sep 2023 16:31:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E4=BA=86prettierrc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index fea41ea..d79c95b 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,5 +1,6 @@ { "semi": true, "singleQuote": true, - "tabWidth": 4 + "tabWidth": 4, + "endOfLine": "auto" } \ No newline at end of file