Skip to content

Instantly share code, notes, and snippets.

@mark-rushakoff
Created March 31, 2012 18:36
Show Gist options
  • Save mark-rushakoff/2267431 to your computer and use it in GitHub Desktop.
Save mark-rushakoff/2267431 to your computer and use it in GitHub Desktop.
My .vimrc
syn on
set syn=auto
filetype on
filetype plugin on
filetype indent on
autocmd FileType haml set ts=2 shiftwidth=2
autocmd FileType ruby set ts=2 shiftwidth=2
autocmd FileType javascript set nocindent
set nocindent
set noautoindent
set smartindent
set shiftwidth=4
set tabstop=4
set expandtab
set modeline
set hlsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment