~ vjt /.vimrc

" -*- .vimrc -*-
" -vjt@openssl.it

set tabstop=8
set shiftwidth=8
set showmatch
set nocompatible
set hlsearch
set autoindent
set smartindent
set ignorecase
set smartcase
set ls=2
set bs=2
set ruler
set bg=dark
set expandtab

let g:php_indent_shortopentags=1
let g:php_noindent_switch=0

au BufNewFile,BufRead *.gperf                   setf yacc
au BufNewFile,BufRead *.html                    so $VIMRUNTIME/indent/html.vim
au BufNewFile,BufRead *.rb                      setlocal sw=2 ts=2
au BufNewFile,BufRead *.css                     setlocal sw=2 ts=2
au BufNewFile,BufRead *.rhtml                   setlocal sw=2 ts=2

au Filetype ruby let b:foldsearchprefix='\v^\s*(#.*)?$'

syn on
filetype indent on
  
Your Ad Here