joonty / vim-phpqa

PHP QA tools for Vim
http://www.joncairns.com
MIT License
290 stars 32 forks source link

removed default phpcs standard #10

Closed mikedfunk closed 11 years ago

mikedfunk commented 11 years ago

The default phpcs standard of --standard=PHPCS doesn't make sense to me. I can set the global standard with

phpcs --config-set default_standard PSR2

but phpqa's default overrides my default standard. So I have to re-specify my default standard again in .vimrc. Why not just default to the phpcs default standard and let people add a specific standard if they like?

joonty commented 11 years ago

I like it, thanks for the PR!