Created
April 24, 2016 08:27
-
-
Save JonathanThorpe/df92ed7fe9c2c0955a6edac5cebb29c3 to your computer and use it in GitHub Desktop.
VIM defaults
This file contains 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
syntax on | |
filetype plugin indent on | |
set tabstop=2 | |
set shiftwidth=2 | |
set expandtab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment