PHP coding standards with VIM
Some settings which help writing pear coding standards compliant
PHP code with VIM
Put the following into ~/.vimrc :
This basically causes VIM to do 4 space indents with no tabs
PHP code with VIM
Put the following into ~/.vimrc :
set expandtab
set shiftwidth=4
set softtabstop=4
set tabstop=4
This basically causes VIM to do 4 space indents with no tabs
Comments
No new comments allowed (anymore) on this post.







