Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

jrmajor/php-cs

Open more actions menu

Repository files navigation

My personal PHP-CS-Fixer configuration, used in all of my PHP projects.

Install it via Composer: composer require jrmajor/cs and use Major\CS\config() function in .php-cs-fixer.php:

<?php

$finder = PhpCsFixer\Finder::create()
    ->in(__DIR__)
    ->notPath('bootstrap/cache')
    ->notPath('node_modules')
    ->notPath('storage')
    ->notName('*.blade.php')
    ->notName('_ide_helper*.php')
    ->ignoreVCSIgnored(true);

return Major\CS\config($finder, ['overwritten_rule' => false]);

Don't forget to add .php-cs-fixer.cache to .gitignore!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.