From c3f8bae626cb555db6d55077eaa59d10fd6e07ee Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 14 十一月 2024 12:09:56 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/~qirong/qyspzw-ui --- .prettierrc.cjs | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/.prettierrc.cjs b/.prettierrc.cjs index 61d2d92..2e04c1a 100644 --- a/.prettierrc.cjs +++ b/.prettierrc.cjs @@ -42,5 +42,13 @@ // 鐒惰�屽湪 Linux 鍜� Unix 涓彧浣跨敤绠�鍗曠殑鎹㈣鍒嗛殧绗� (LF)銆� // 瀵瑰簲鐨勬帶鍒跺瓧绗︿负 "\n" (LF) 鍜� "\r\n"(CRLF)銆俛uto鎰忎负淇濇寔鐜版湁鐨勮灏� // 鎹㈣绗︿娇鐢� lf 缁撳熬鏄� 鍙�夊��"<auto|lf|crlf|cr>" - endOfLine: 'auto' + endOfLine: 'auto', + overrides: [ + { + "files": "*.html", + "options": { + "parser": "html" + } + } + ] }; -- Gitblit v1.8.0