I think prev. version of the plugin had whitespace control hyphen snippets. https://shopify.github.io/liquid/basics/whitespace/ ```liquid {% assign test = 'text' %} ``` // whitespace control: ```liquid {%- assign test = 'text' -%} ```
I think prev. version of the plugin had whitespace control hyphen snippets.
https://shopify.github.io/liquid/basics/whitespace/
{% assign test = 'text' %}// whitespace control:
{%- assign test = 'text' -%}