Andy Dawson 2012-01-16 15:11:20 +01:00
parent 2616623bb9
commit 4b68c72506

View File

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