Skip to content

Commit

Permalink
Merge pull request #44 from sanmai/add-stickler-config
Browse files Browse the repository at this point in the history
Adding .stickler.yml configuration file
  • Loading branch information
sanmai committed Apr 8, 2018
2 parents 0c3eeed + 4e70c5f commit db7b8a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .stickler.yml
@@ -0,0 +1,9 @@
linters:
phpcs:
standard: PSR2
fixer: true
files:
ignore:
- 'vendor/*'
fixers:
enable: true

0 comments on commit db7b8a4

Please sign in to comment.