dotfiles/.vim/ftplugin/php.vim
2015-11-17 18:59:57 -05:00

7 lines
158 B
VimL

set shiftwidth=4
set softtabstop=4
set tabstop=4
"Pear says spaces, WP says tabs, since WP is what I'll be writing mostly with
"PHP, it wins.
set noexpandtab