Skip to content

Instantly share code, notes, and snippets.

@cpm
Created May 28, 2010 00:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cpm/416593 to your computer and use it in GitHub Desktop.
Save cpm/416593 to your computer and use it in GitHub Desktop.
" My usual .vimrc. Tired of losing this.
set softtabstop=2
set shiftwidth=2
set tabstop=2
set expandtab
set bg=dark
filetype plugin on
filetype indent on
au BufRead,BufNewFile *.rhtml set filetype=eruby
au BufRead,BufNewFile *.haml set filetype=haml
autocmd BufWritePre *.erb :%s/\s\+$//e
autocmd BufWritePre *.haml :%s/\s\+$//e
autocmd BufWritePre *.rb :%s/\s\+$//e
syn on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment