Konafets / antlers-idea

Adds support for Antlers, the templating language of Statamic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not add spaces around parameter assignment

Konafets opened this issue · comments

Formatter adds spaces around assignment operator like {{ foo = [1, 2, 3] }} but also around the assignment of parameter values:

{{ svg src = "hamburger" class = "w-full" }}
          ^ ^                 ^ ^