Skip to content

Instantly share code, notes, and snippets.

@rmharrison
Created July 12, 2017 17:33
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 rmharrison/85e739d14b56e1e28889a0bb90089512 to your computer and use it in GitHub Desktop.
Save rmharrison/85e739d14b56e1e28889a0bb90089512 to your computer and use it in GitHub Desktop.
Ryan's preferred .vimrc
set tabstop=2
set shiftwidth=2
set expandtab
au FileType javascript setl sw=2 sts=2 et
au FileType python setl sw=4 sts=4 et
au BufNewFile,BufRead *.less set filetype=css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment