diff --git a/base/.vimrc b/base/.vimrc index 8836c4a6..3318fc81 100644 --- a/base/.vimrc +++ b/base/.vimrc @@ -92,9 +92,6 @@ au BufNewFile,BufRead *.html,*.php \ set shiftwidth=2 | \ set autoindent | \ set smartindent -" Treat PHP like HTML -au BufNewFile,BufRead *.php - \ set filetype=html au FileType yaml \ set tabstop=2 | \ set softtabstop=2 |