init
This commit is contained in:
commit
203233d2ed
71 changed files with 8213 additions and 0 deletions
11
php-styler.php
Normal file
11
php-styler.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
use PhpStyler\Config;
|
||||
use PhpStyler\Files;
|
||||
use PhpStyler\Styler;
|
||||
|
||||
return new Config(
|
||||
files: new Files(__DIR__ . '/src', __DIR__ . '/config', __DIR__ . '/public'),
|
||||
styler: new Styler,
|
||||
cache: __DIR__ . '/.php-styler.cache',
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue