Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fea20efe authored by Ronak Patel's avatar Ronak Patel
Browse files

cange

parent 9f724548
Loading
Loading
Loading
Loading
Loading

.php-cs-fixer.dist.php

deleted100644 → 0
+0 −18
Original line number Diff line number Diff line
<?php

declare(strict_types=1);

require_once './vendor/autoload.php';

use Nextcloud\CodingStandard\Config;

$config = new Config();
$config
	->getFinder()
	->ignoreVCSIgnored(true)
	->notPath('build')
	->notPath('l10n')
	->notPath('src')
	->notPath('vendor')
	->in(__DIR__);
return $config;
 No newline at end of file