Created
November 2, 2016 14:30
-
-
Save paulmaunders/d74b6d591a9f09871ff15d3b21cd05dc 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
" Softtabs, 2 spaces | |
set tabstop=2 | |
set shiftwidth=2 | |
set shiftround | |
set expandtab | |
" Syntax highlighting | |
syntax on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment