We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tools/
1 parent afe33bd commit 78d2b80Copy full SHA for 78d2b80
1 file changed
.php_cs.dist
@@ -6,7 +6,8 @@ $finder = PhpCsFixer\Finder::create()
6
->in('HighlightUtilities')
7
->in('test')
8
->in('tools')
9
- ->exclude('tools/lib_*')
+ ->exclude('lib_dojo')
10
+ ->exclude('lib_highlight')
11
;
12
13
return PhpCsFixer\Config::create()
0 commit comments