From f82ae4d7d0df62865a889ed42abbf0a56ed92198 Mon Sep 17 00:00:00 2001 From: solo5star Date: Tue, 8 Aug 2023 11:43:32 +0900 Subject: [PATCH] =?UTF-8?q?style:=20prettierrc=EC=97=90=20endOfLine=20auto?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/.prettierrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/.prettierrc.json b/client/.prettierrc.json index 4b9a2d97..6343dab4 100644 --- a/client/.prettierrc.json +++ b/client/.prettierrc.json @@ -1,5 +1,6 @@ { "printWidth": 120, "singleQuote": true, - "trailingComma": "all" + "trailingComma": "all", + "endOfLine": "auto" }