dots/config/php-cs-fixer-conf.php

5 lines
79 B
PHP

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