Files
wyczarujprezent.pl/modules/paypal/.php_cs.dist
2024-10-28 22:14:22 +01:00

12 lines
204 B
PHP

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