Skip to content

Instantly share code, notes, and snippets.

@jagtesh
Created October 11, 2011 13:08
Show Gist options
  • Save jagtesh/1278023 to your computer and use it in GitHub Desktop.
Save jagtesh/1278023 to your computer and use it in GitHub Desktop.
My .vimrc for future reference
set tabstop=4
set shiftwidth=4
set expandtab
set softtabstop=4 " makes the spaces feel like real tabs
" for reference: http://vim.wikia.com/wiki/Converting_tabs_to_spaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment