Files
dotfiles/vim/ftplugin/php.vim

7 lines
166 B
VimL

" show existing tab with 4 spaces width
set tabstop=4
" when indenting with '>', use 4 spaces width
set shiftwidth=4
" On pressing tab, insert 4 spaces
set expandtab