Add .styleci.yml config

This commit is contained in:
DariusIII
2017-08-31 10:45:15 +02:00
parent d00b4899a2
commit e5eb4fee00
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
preset: laravel
risky: false
disabled:
- no_tab_indentation
+1
View File
@@ -1,4 +1,5 @@
2017-08-31 DariusIII
* Chg: Add .styleci.yml config
* Chg: Update README.md
* Chg: Update .travis.yml
2017-08-30 DariusIII