Skip to content

Commit

Permalink
exclude Markdown and Textile
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadam committed May 16, 2024
1 parent 0e45641 commit b08129f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

$finder = (new PhpCsFixer\Finder())
->exclude('php/extlib')
->exclude('plugins/Markdown')
->exclude('plugins/Textile')
->notPath('t/lib/JSON.php')
->in('.')
;
Expand Down

0 comments on commit b08129f

Please sign in to comment.