Merge pull request #149 from AD7six/patch-1

Use the default coding standard which phpcs is configured to use
This commit is contained in:
Martin Grenfell 2012-01-18 05:22:19 -08:00
commit 3dfcd1ab2b

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")