From b7c2dcd6b2661f5a4526376582b54f156b1b18e2 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Tue, 17 Aug 2021 11:03:47 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20Prettier=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.prettierrc b/.prettierrc index f5f5a075..3031bfbc 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,5 +1,9 @@ { + "htmlWhitespaceSensitivity": "css", "printWidth": 100, + "singleQuote": false, + "tabWidth": 2, + "trailingComma": "es5", "overrides": [ { "files": ["*.html"],