.vimrc: auto command for PHP view files.
This commit is contained in:
parent
ff81dd71b6
commit
79768a8836
1
.vimrc
1
.vimrc
@ -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 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
|
||||
|
||||
" keyboard shortcuts
|
||||
|
Loading…
Reference in New Issue
Block a user