Skip to content

Commit

Permalink
Add phpcs definition for PSR-2
Browse files Browse the repository at this point in the history
  • Loading branch information
aligentjim committed May 23, 2018
1 parent 5df7d94 commit 705dbcc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<ruleset name="PSR2">
<description>The PSR-2 coding standard.</description>
<rule ref="PSR2"/>
<file>src/</file>
<file>vendor/aligent</file>
<exclude-pattern>*\.js</exclude-pattern>
<exclude-pattern>*\.css</exclude-pattern>
</ruleset>

0 comments on commit 705dbcc

Please sign in to comment.