Files
Mustache/.php_cs
T
2014-07-24 19:03:27 +02:00

7 lines
104 B
PHP

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