Current File : //var/www/prestashop/modules/ps_facebook/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;