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

10 lines
231 B
PHP
Raw Normal View History

<?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;