From e741cf44b4b4c3f7e6a36c5765dcf9af524d34b2 Mon Sep 17 00:00:00 2001 From: Christopher Renaud Oelerich Date: Thu, 22 Aug 2024 16:54:22 -0400 Subject: [PATCH] prettier config --- .prettierrc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index 44c3509..a185cb5 100644 --- a/.prettierrc +++ b/.prettierrc @@ -6,6 +6,14 @@ "trailingComma": "none", "bracketSpacing": false, "semi": false, - "arrowParens": "avoid" + "arrowParens": "avoid", + "overrides": [ + { + "files": "*.json", + "options": { + "tabWidth": 2 + } + } + ] }