addStandard(new TwigCsFixer\Standard\Twig()); $ruleset->addRule(new TwigCsFixer\Rules\Whitespace\EmptyLinesRule()); $config = new TwigCsFixer\Config\Config(); $config->setRuleset($ruleset); $config->allowNonFixableRules(); return $config;