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 %}