From 661f283dab7da5bbd5923a24d73cfcc596646e83 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sat, 3 Sep 2022 13:19:46 +0530 Subject: [PATCH] Strict prettierrc --- .prettierrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.prettierrc.json b/.prettierrc.json index 94e235941..4f0588f9c 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,5 +1,7 @@ { "endOfLine": "auto", "printWidth": 100, - "singleQuote": true + "singleQuote": true, + "useTabs": false, + "tabWidth": 2 }