Twig-CS-Fixer icon indicating copy to clipboard operation
Twig-CS-Fixer copied to clipboard

A tool to automatically fix Twig Coding Standards issues

Results 6 Twig-CS-Fixer issues
Sort by recently updated
recently updated
newest added

Hello, I have a wish list 🎁 :) Feel free to close it if it's not in your scope! ## Remove useless quote in hashes Do you think it would...

Hi, I'm having a problem trying to apply a custom form theme in my Symfony project. When I use the tag {% form_theme form with 'Form/tailwind_2_override_layout.html.twig' %} to define a...

i'd like to have two aliases: `check` & `fix `, so i started to see how that could be done. This seems to work perfectly by adding thoses aliases in...

Most tools similar to this one (e.g. phpstan, php-cs-fixer) make a phar version available for download. It would be nice to see the same here.

### Expected behavior I wish that hash arguments were indented when on multiple lines. For example: From: ``` {{ form_start(form, { attr: { class: 'quiz', 'data-controller': 'ajax-form quiz', 'data-ajax-form-targets-value': ['#ajax-content-1',...