paths([__DIR__ . '/lib', __DIR__ . '/tests']); // choose $configurator->sets([ SetList::CLEAN_CODE, SetList::PSR_12//, LevelSetList::UP_TO_PHP_81 //, SymfonySetList::SYMFONY_60 ]); $configurator->ruleWithConfiguration(ConcatSpaceFixer::class, [ 'spacing' => 'one' ]); // indent and tabs/spaces // [default: spaces]. BUT: tabs are superiour due to accessibility reasons $configurator->indentation('tab'); };