.vimrc: auto command for PHP view files.

This commit is contained in:
Ryan Cavicchioni 2010-07-06 00:04:07 -05:00
parent ff81dd71b6
commit 79768a8836

1
.vimrc
View File

@ -47,6 +47,7 @@ au FileType text set tw=72 spell spelllang=en_us nonumber
au FileType mail set tw=72 spell spelllang=en_us nonumber au FileType mail set tw=72 spell spelllang=en_us nonumber
au FileType gitcommit set tw=72 spell spelllang=en_us nonumber au FileType gitcommit set tw=72 spell spelllang=en_us nonumber
au BufNewFile,BufRead *.phtml set tabstop=2 shiftwidth=2
au FileType html set tabstop=2 shiftwidth=2 au FileType html set tabstop=2 shiftwidth=2
" keyboard shortcuts " keyboard shortcuts