Skip to content

Instantly share code, notes, and snippets.

@gboone
Created January 7, 2015 21:38
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 gboone/3876808d9e896a90949b to your computer and use it in GitHub Desktop.
Save gboone/3876808d9e896a90949b to your computer and use it in GitHub Desktop.
.vimrc
syntax on
set columns=80
set ruler
set wrapmargin=5
set tabstop=2
set shiftwidth=2
set softtabstop=2
set expandtab
set backspace=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment