-
Ole Hartwig authored
refs: ITZBUNDPHP-1261
Ole Hartwig authoredrefs: ITZBUNDPHP-1261
.php-cs-fixer.dist.php 172 B
<?php
$config = \TYPO3\CodingStandards\CsFixerConfig::create();
$config->getFinder()
->exclude('Build')
->exclude('.composer')
->in(__DIR__ );
return $config;