From 8743ed14d927ab52814ed5f5f166afaa7a6b78b2 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Thu, 29 Jun 2023 20:39:23 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=A7=A3=E5=86=B3=20IDE=20=E6=8A=A5?= =?UTF-8?q?=20Delete=20`=E2=90=8D`=20eslint(prettier/prettier)=20=E8=AD=A6?= =?UTF-8?q?=E5=91=8A=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit endOfLine: 'auto',自动检测行尾符,根据当前操作系统自动选择行尾符。例如:Windows 上的行尾符是 CRLF(\r\n),而 Unix 和 Linux 上的行尾符是 LF(\n)。 --- continew-admin-ui/.prettierrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/continew-admin-ui/.prettierrc.js b/continew-admin-ui/.prettierrc.js index 656ddd81..ed93c1d0 100644 --- a/continew-admin-ui/.prettierrc.js +++ b/continew-admin-ui/.prettierrc.js @@ -6,4 +6,5 @@ module.exports = { quoteProps: 'consistent', htmlWhitespaceSensitivity: 'strict', vueIndentScriptAndStyle: true, + endOfLine: 'auto', };