From fed1f1cbaee369675e0453c46a32e2894d41df6b Mon Sep 17 00:00:00 2001 From: Bosco Domingo Date: Thu, 15 Jun 2023 18:23:26 +0200 Subject: [PATCH] Update Prettier to use tabs and 120 line --- .prettierrc.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index ec1ea75..9c4acc1 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,5 +1,7 @@ { "singleQuote": true, "trailingComma": "all", - "tabWidth": 2 -} + "tabWidth": 2, + "useTabs": true, + "printWidth": 120 +} \ No newline at end of file