Skip to content

Instantly share code, notes, and snippets.

@rekkusu
Created February 10, 2012 04:58
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 rekkusu/1786809 to your computer and use it in GitHub Desktop.
Save rekkusu/1786809 to your computer and use it in GitHub Desktop.
*.rbでタブ押したときにスペース2つ
augroup fileread
autocmd!
autocmd BufNewFile,BufRead *.rb set shiftwidth=2 tabstop=2 expandtab
" ...
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment