Skip to content

Commit 78d2b80

Browse files
committed
Exclude formatting vendor folders in tools/
1 parent afe33bd commit 78d2b80

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.php_cs.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ $finder = PhpCsFixer\Finder::create()
66
->in('HighlightUtilities')
77
->in('test')
88
->in('tools')
9-
->exclude('tools/lib_*')
9+
->exclude('lib_dojo')
10+
->exclude('lib_highlight')
1011
;
1112

1213
return PhpCsFixer\Config::create()

0 commit comments

Comments
 (0)