Merge pull request #119 from technosophos/master

Added the --standard=Zend flag as default
This commit is contained in:
Martin Grenfell 2011-12-13 08:26:25 -08:00
commit 3c1a8266eb

View File

@ -21,7 +21,7 @@ endif
"Support passing configuration directives to phpcs
if !exists("g:syntastic_phpcs_conf")
let g:syntastic_phpcs_conf = ""
let g:syntastic_phpcs_conf = "--standard=Zend"
endif
if !exists("g:syntastic_phpcs_disable")