dots/config/php-cs-fixer-conf.php
2023-03-06 19:57:24 -03:00

5 lines
79 B
PHP

<?php
$config = new PhpCsFixer\Config();
return $config
->setIndent(" ");