Current path: home/webdevt/prestashop17/modules/ps_facebook/vendor/prestashop/module-lib-faq/
?? Go up: /home/webdevt/prestashop17/modules/ps_facebook/vendor/prestashop
<?php
$config = new PrestaShop\CodingStandards\CsFixer\Config();
$config
->setUsingCache(false)
->getFinder()
->in(__DIR__)
->exclude('vendor');
return $config;