Files
prestashop/modules/blockreassurance/.php-cs-fixer.dist.php

9 lines
176 B
PHP
Raw Permalink Normal View History

<?php
$config = new PrestaShop\CodingStandards\CsFixer\Config();
$config
->setUsingCache(true)
->getFinder()
->in(__DIR__)
->exclude('vendor');
return $config;