addStandard(new TwigCsFixer\Standard\TwigCsFixer()); // And then add/remove/override some rules $ruleset->removeRule(TwigCsFixer\Rules\Function\IncludeFunctionRule::class); $ruleset->removeRule(TwigCsFixer\Rules\Punctuation\TrailingCommaMultiLineRule::class); $config = new TwigCsFixer\Config\Config(); $config->setRuleset($ruleset); return $config;