From 92d7dee041c9e86161889bbc25468609ff4d3173 Mon Sep 17 00:00:00 2001 From: aboudjem Date: Thu, 7 Sep 2023 18:45:56 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20update=20config=20of=20prettierc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierrc.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index 5cdd74073..6b3f54736 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,6 +1,7 @@ { - "printWidth": 100, - "semi": false, - "singleQuote": true, - "trailingComma": "none" + "printWidth": 150, + "semi": true, + "singleQuote": false, + "trailingComma": "all", + "tabWidth": 2 }