We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0b80c commit d7cd2d2Copy full SHA for d7cd2d2
friendsofphp/php-cs-fixer/2.16/.php_cs.dist
@@ -0,0 +1,13 @@
1
+<?php
2
+
3
+$finder = PhpCsFixer\Finder::create()
4
+ ->in(__DIR__)
5
+ ->exclude('var')
6
+;
7
8
+return PhpCsFixer\Config::create()
9
+ ->setRules([
10
+ '@Symfony' => true,
11
+ ])
12
+ ->setFinder($finder)
13
friendsofphp/php-cs-fixer/2.16/manifest.json
@@ -0,0 +1,10 @@
+{
+ "aliases": ["cs-fixer", "php-cs-fixer"],
+ "copy-from-recipe": {
+ ".php_cs.dist": ".php_cs.dist"
+ },
+ "gitignore": [
+ "/.php_cs",
+ "/.php_cs.cache"
+ ]
+}
0 commit comments