Created
April 1, 2011 02:50
-
-
Save nmunson/897653 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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