diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-06-26 17:22:38 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-06-26 17:22:38 -0400 |
commit | 27f1e57bfbadbb3557d7649567e49a1e89927012 (patch) | |
tree | 1bd6e7bbc936ac00098c877489cda54ce3da3927 /.prettierrc | |
parent | 4b174be0ce1412a810996103147f99ecdba11ce2 (diff) | |
download | carpentertutoring-27f1e57bfbadbb3557d7649567e49a1e89927012.tar.xz carpentertutoring-27f1e57bfbadbb3557d7649567e49a1e89927012.zip |
working on new pricing table and blogging system
Diffstat (limited to '.prettierrc')
-rw-r--r-- | .prettierrc | 15 |
1 files changed, 9 insertions, 6 deletions
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" , + } + } + ] } |