Skip to content

Commit

Permalink
cs fixer file reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisZum committed Jun 26, 2024
1 parent 98c174e commit 1ecdcdc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

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

$config
->setUsingCache(true)
->getFinder()
->in(__DIR__)
->exclude('translations')
->exclude('mails')
->exclude('libraries')
->exclude('vendor')
->exclude('upgrade');

return $config;

0 comments on commit 1ecdcdc

Please sign in to comment.