Skip to content

Instantly share code, notes, and snippets.

@mas3
Created June 9, 2014 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mas3/6c4dcad01d741e2c9c0e to your computer and use it in GitHub Desktop.
Save mas3/6c4dcad01d741e2c9c0e to your computer and use it in GitHub Desktop.
" ~/.vim/after/ftplugin/ruby.vim
setlocal expandtab
setlocal shiftwidth=2
setlocal softtabstop=2
setlocal tabstop=2
setlocal autoindent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment