Last active
June 11, 2016 19:07
-
-
Save bengrunfeld/ed83e3e7d207a27c5e5b926684bdf65e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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