From 72cf0174f102521e7ea8fdb9e8de21a98c807554 Mon Sep 17 00:00:00 2001 From: iManu Date: Tue, 13 May 2025 14:44:20 +0200 Subject: [PATCH] Update .prettierrc Force Prettier tabs width for the project scope --- .prettierrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index 7041ea263f..fcf2125411 100644 --- a/.prettierrc +++ b/.prettierrc @@ -2,5 +2,6 @@ "singleQuote": true, "trailingComma": "all", "semi": false, - "arrowParens": "avoid" + "arrowParens": "avoid", + "tabWidth": 2 }