attribute-spass/php-styler.php
lubiana 1667fd3253
add php-styler
Signed-off-by: lubiana <lubiana123@gmail.com>
2023-09-26 18:24:12 +02:00

10 lines
203 B
PHP

<?php
use PhpStyler\Config;
use PhpStyler\Files;
use PhpStyler\Styler;
return new Config(
files: new Files(__DIR__ . '/src'),
styler: new Styler(),
cache: __DIR__ . '/.php-styler.cache',
);