mirror of
https://github.com/mrclay/minify.git
synced 2025-08-23 06:02:51 +02:00
setup phpcs cache
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
/composer.lock
|
/composer.lock
|
||||||
/vendor/
|
/vendor/
|
||||||
|
/.php_cs.cache
|
||||||
|
1
.php_cs
1
.php_cs
@@ -6,6 +6,7 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()
|
|||||||
|
|
||||||
return Symfony\CS\Config\Config::create()
|
return Symfony\CS\Config\Config::create()
|
||||||
->level(Symfony\CS\FixerInterface::NONE_LEVEL)
|
->level(Symfony\CS\FixerInterface::NONE_LEVEL)
|
||||||
|
->setUsingCache(true)
|
||||||
->fixers(array(
|
->fixers(array(
|
||||||
'linefeed',
|
'linefeed',
|
||||||
'trailing_spaces',
|
'trailing_spaces',
|
||||||
|
Reference in New Issue
Block a user