Files
Mustache/.php_cs
T

7 lines
117 B
PHP

<?php
$config = new Symfony\CS\Config\Config();
$config->getFinder()->in(__DIR__)->exclude('bin');
return $config;