PHPCS configuration file for {{ name }}.
{% for path in php.phpcs.paths|default('[]') %}
{{ path }}
{% endfor %}
{% for standard in php.phpcs.standards|default(['Drupal', 'DrupalPractice']) %}
{% if not standard is same as "Drupal" %}
{% endif %}
{% endfor %}
{% if type is same as "drupal-project" and "Drupal" in php.phpcs.standards or php.phpcs.standards is empty %}
{% endif %}