Skip to content

Commit

Permalink
fix vim setting [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuzee committed Aug 22, 2015
1 parent a19d74e commit 7349020
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ let g:cakephp_app = expand('<sfile>:p:h')
" dbext
let g:dbext_default_profile_mySQL = 'type=MYSQL:user=webapp:passwd=passw0rd:host=192.168.33.33:dbname=openslideshare'
let g:dbext_default_profile = 'mySQL'

" phpcs-fixer
let g:php_cs_fixer_level = "psr2"

0 comments on commit 7349020

Please sign in to comment.