Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #14 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 27932f2 + 22aa8ab commit 31200c2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .stickler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
linters:
phpcs:
standard: PSR2
fixer: true
files:
ignore:
- 'vendor/*'
fixers:
enable: true

0 comments on commit 31200c2

Please sign in to comment.