From b382ef00af73a64d3edfa53b3a2621a36a1655ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefano=20Borz=C3=AC?= Date: Fri, 6 May 2022 15:42:04 +0200 Subject: [PATCH] Update .prettierrc Co-authored-by: Axel Cocat --- .prettierrc | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.prettierrc b/.prettierrc index feaf5a0..e1157be 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,10 +1,9 @@ { - "printWidth": 140, - "tabWidth": 2, - "useTabs": false, - "semi": true, - "singleQuote": true, - "trailingComma": "all", - "bracketSpacing": true, - "arrowParens": "always" + "printWidth": 140, + "useTabs": true, + "semi": true, + "singleQuote": false, + "trailingComma": "all", + "bracketSpacing": true, + "arrowParens": "always" }