Created
March 31, 2012 18:36
-
-
Save mark-rushakoff/2267431 to your computer and use it in GitHub Desktop.
My .vimrc
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
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