HELP
This commit is contained in:
parent
c6664a7597
commit
e05e9553f5
1250 changed files with 23379 additions and 147730 deletions
12
.twig-cs-fixer.php
Normal file
12
.twig-cs-fixer.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
use TwigCsFixer\Config\Config;
|
||||
use TwigCsFixer\Ruleset\Ruleset;
|
||||
use TwigCsFixer\Standard\TwigCsFixer;
|
||||
|
||||
$ruleset = new Ruleset()->addStandard(new TwigCsFixer());
|
||||
$config = new Config()
|
||||
->allowNonFixableRules()
|
||||
->setRuleset($ruleset);
|
||||
|
||||
return $config;
|
||||
Loading…
Add table
Add a link
Reference in a new issue