Created
May 10, 2013 03:45
-
-
Save sean-kang/5552256 to your computer and use it in GitHub Desktop.
.vimrc
This file contains hidden or 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
| syntax on | |
| filetype indent plugin on | |
| set background=light | |
| autocmd FileType ruby set autoindent|set smartindent | |
| autocmd FileType ruby set number | |
| autocmd FileType ruby set tabstop=4|set shiftwidth=4|set expandtab|set softtabstop=4 | |
| au FileType python set number | |
| au FileType python setlocal tabstop=8 expandtab shiftwidth=4 softtabstop=4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment