Skip to content

Instantly share code, notes, and snippets.

@sean-kang
Created May 10, 2013 03:45
Show Gist options
  • Select an option

  • Save sean-kang/5552256 to your computer and use it in GitHub Desktop.

Select an option

Save sean-kang/5552256 to your computer and use it in GitHub Desktop.
.vimrc
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