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