Remove .php_cs file

This commit is contained in:
Timothy Warren 2012-09-25 15:24:51 +00:00
parent 3aa4986fda
commit b977720b2b
2 changed files with 2 additions and 10 deletions

3
.gitignore vendored
View File

@ -2,4 +2,5 @@ test_config.json
index.html
tests/db_files/*
._*
tests/settings.json
tests/settings.json
.php_cs

View File

@ -1,9 +0,0 @@
<?php
$finder = Symfony\CS\Finder\DefaultFinder::create()
->exclude(__DIR__.'/tests/simpletest/')
->in(__DIR__);
return Symfony\CS\Config\Config::create()
->fixers(array('linefeed','short_tag','trailing_spaces','php_closing_tag','return','visibility','include','elseif'))
->finder($finder);