Merge pull request #119 from technosophos/master
Added the --standard=Zend flag as default
This commit is contained in:
commit
3c1a8266eb
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user