Current File : /var/www/vinorea/modules/psxmarketingwithgoogle/vendor/prestashop/module-lib-faq/.php_cs.dist.php
<?php

$config = new PrestaShop\CodingStandards\CsFixer\Config();

$config
    ->setUsingCache(false)
    ->getFinder()
    ->in(__DIR__)
    ->exclude('vendor');

return $config;