Files
is_themecore-PS9/is_themecore/.php-cs-fixer.dist.php
Isabelle Anno 05dd53c6db first commit
2025-11-19 13:17:30 +01:00

10 lines
231 B
PHP

<?php
$config = new PrestaShop\CodingStandards\CsFixer\Config();
/** @var \Symfony\Component\Finder\Finder $finder */
$finder = $config->setUsingCache(true)->getFinder();
$finder->in(__DIR__)->exclude('vendor');
return $config;