Skip to content

Instantly share code, notes, and snippets.

@mattmakai
Created January 24, 2015 22:15
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 mattmakai/e8f7f384f3a9a22639a2 to your computer and use it in GitHub Desktop.
Save mattmakai/e8f7f384f3a9a22639a2 to your computer and use it in GitHub Desktop.
My simple .vimrc configuration file
syntax on
set ts=4
set autoindent
set expandtab
set shiftwidth=4
let python_highlight_all = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment