diff --git a/vim/vimrc b/vim/vimrc index 104bc99..24456b3 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -203,7 +203,7 @@ autocmd BufWritePost *.pdf silent !mv ~/Documents/% %:p:h let php_sql_query = 1 let php_htmlInStrings = 1 -autocmd FileType php setlocal shiftwidth=4 +autocmd FileType php setlocal shiftwidth=4 tabstop=4 " Don't screw up folds when inserting text that might affect them, until " leaving insert mode. Foldmethod is local to the window.