Skip to content

Instantly share code, notes, and snippets.

@shelbybark
Created June 19, 2012 14:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shelbybark/2954632 to your computer and use it in GitHub Desktop.
Save shelbybark/2954632 to your computer and use it in GitHub Desktop.
sample from vim config
autocmd FileType python set tabstop=4|set shiftwidth=4|set expandtab|set softtabstop=4
autocmd FileType ruby,eruby,yaml set tabstop=2|set shiftwidth=2|set expandtab|set softtabstop=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment