From 27f1e57bfbadbb3557d7649567e49a1e89927012 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Fri, 26 Jun 2020 17:22:38 -0400 Subject: working on new pricing table and blogging system --- .prettierrc | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to '.prettierrc') diff --git a/.prettierrc b/.prettierrc index a1f4f2e..439d411 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,8 +1,11 @@ { - "overrides": [ - { - "files": "*.liquid", - "options": { "parser": "html" } - } - ] + "proseWrap": "always", + "overrides": [ + { + "files": "*.liquid", + "options": { + "parser": "html" , + } + } + ] } -- cgit v1.2.3