Skip to content

NoCompromises/php-cs-fixer-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No Compromises PHP CS Fixer config

The standard PHP CS Fixer config for No Compromises projects

Usage

Install this package as a dev dependency: composer require --dev nocompromises/php-cs-fixer-config

Create a .php-cs-fixer.php in the root of your project with the following contents:

<?php

declare(strict_types=1);

return NoCompromises\PhpCsFixer\Config\Factory::create(__DIR__);

About

The standard PHP CS Fixer config for No Compromises projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages