From 941de9ae758ec9491708dac2d58db916e3e6b31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Tue, 13 Jun 2023 09:15:35 +0200 Subject: [PATCH] Use tabwidth of 4 for root package.json The format by hatch does not follow prettier rule --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bb4aff9..6d26d4a 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,15 @@ "singleQuote": true, "trailingComma": "none", "arrowParens": "avoid", - "endOfLine": "auto" + "endOfLine": "auto", + "overrides": [ + { + "files": "package.json", + "options": { + "tabWidth": 4 + } + } + ] }, "stylelint": { "extends": [