Skip to content

Instantly share code, notes, and snippets.

@nmunson
Created April 1, 2011 02:50
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 nmunson/897653 to your computer and use it in GitHub Desktop.
Save nmunson/897653 to your computer and use it in GitHub Desktop.
set autoindent
set expandtab
set smarttab
set number
set hlsearch
set ignorecase
set smartcase
set nowrap
set showmode
set showcmd
set wildmenu
set ruler
set showmatch
syntax enable
autocmd Filetype html setlocal ts=2 sts=2 sw=2
autocmd Filetype ruby setlocal ts=2 sts=2 sw=2
autocmd Filetype haml setlocal ts=2 sts=2 sw=2
autocmd Filetype erb setlocal ts=2 sts=2 sw=2
autocmd Filetype javascript setlocal ts=4 sts=4 sw=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment