You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2021. It is now read-only.
Currently we are guessing the ending token for each var as either a ; or {{options.lineBreak.value}}. We should add an option that allows users to override.
{options: {'var-each': {lineEnding: ';'}}}
The text was updated successfully, but these errors were encountered:
Currently we are guessing the ending token for each
var
as either a;
or{{options.lineBreak.value}}
. We should add an option that allows users to override.The text was updated successfully, but these errors were encountered: