Skip to content

Instantly share code, notes, and snippets.

@bengrunfeld
Last active June 11, 2016 19:07
Show Gist options
  • Save bengrunfeld/ed83e3e7d207a27c5e5b926684bdf65e to your computer and use it in GitHub Desktop.
Save bengrunfeld/ed83e3e7d207a27c5e5b926684bdf65e to your computer and use it in GitHub Desktop.
" Use spaces instead of tabs. Use 4 spaces when User presses the tab button. Display line numbers
set expandtab tabstop=4 shiftwidth=4 softtabstop=4 number
retab
" Syntax highlighting
syntax on
" Color any column past 79 chars for Python PEP-8 compliance
set colorcolumn=80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment