From 5e1285f739badb4836c3560a3582bd7a9daa8dfd Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Wed, 23 Aug 2023 13:39:34 -0400 Subject: [PATCH] Update prettier config --- .prettierrc.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index c34bafc..a378146 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -4,7 +4,13 @@ "useTabs": false, "semi": false, "singleQuote": true, + "quoteProps": "as-needed", + "jsxSingleQuote": false, "trailingComma": "none", - "bracketSpacing": false, - "arrowParens": "avoid" + "bracketSpacing": true, + "bracketSameLine": true, + "arrowParens": "avoid", + "proseWrap": "always", + "htmlWhitespaceSensitivity": "css", + "endOfLine": "lf" }