From 5b798d7db220acd036f6586f818bc0faa4050fb4 Mon Sep 17 00:00:00 2001 From: zclzone Date: Wed, 10 Apr 2024 21:17:05 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E5=B0=BE=E8=A1=8C?= =?UTF-8?q?=E9=A3=8E=E6=A0=BC=E4=B8=BA=E8=87=AA=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 5 ----- .prettierrc.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 9b6a89f..0000000 --- a/.editorconfig +++ /dev/null @@ -1,5 +0,0 @@ -root = true - -[*] -charset = utf-8 -end_of_line = lf \ No newline at end of file diff --git a/.prettierrc.json b/.prettierrc.json index 5adf1d3..7d0fc2d 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -2,6 +2,6 @@ "printWidth": 100, "singleQuote": true, "semi": false, - "endOfLine": "lf", + "endOfLine": "auto", "htmlWhitespaceSensitivity": "ignore" }