diff --git a/.php_cs.dist b/.php_cs.dist index ffb428c4..04fc56b5 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -6,7 +6,7 @@ $finder = PhpCsFixer\Finder::create() ->exclude('templates') ->exclude('templates_c') ->exclude('debian') - ->files()->notName('config.inc.php') + ->files()->notName('config.inc.php')->notName('config.local.php') ->in(__DIR__); return PhpCsFixer\Config::create()