Shopify / prettier-plugin-liquid

Prettier Liquid/HTML plugin
https://npm.im/@shopify/prettier-plugin-liquid
MIT License
93 stars 15 forks source link

Fix trailing whitespace after opening raw tag breaking formatting #145

Closed charlespwd closed 1 year ago

charlespwd commented 1 year ago

Turns out our "only want the meat" logic was slightly off and made it so we printed "" when there was whitespace before the newline character.

Ugh.

Fixes #144