Don't treat PHP as HTML

This commit is contained in:
2026-06-13 19:56:30 -05:00
parent 573dbef686
commit ff670b78e6
-3
View File
@@ -92,9 +92,6 @@ au BufNewFile,BufRead *.html,*.php
\ set shiftwidth=2 | \ set shiftwidth=2 |
\ set autoindent | \ set autoindent |
\ set smartindent \ set smartindent
" Treat PHP like HTML
au BufNewFile,BufRead *.php
\ set filetype=html
au FileType yaml au FileType yaml
\ set tabstop=2 | \ set tabstop=2 |
\ set softtabstop=2 | \ set softtabstop=2 |