wotnak/twig-cs-fixer-drupal

Twig CS Fixer 的 Drupal 特定规则。

2.0.0 2024-08-25 13:10 UTC

This package is auto-updated.

Last update: 2024-09-25 14:14:03 UTC


README

针对 DrupalTwig CS Fixer 特定配置。

安装

  • 安装 Twig CS Fixer

  • composer req --dev wotnak/twig-cs-fixer-drupal

  • 在你的 Twig CS Fixer 配置文件 中启用预定义的 Drupal 特定配置

    <?php
    // Load Drupal TwigCsFixer configuration.
    return \TwigCsFixerDrupal\DrupalConfig::getConfig();

自定义规则