Last active
May 30, 2016 19:06
-
-
Save glbrntt/bc566bd0a2d77cb03fca3065fdd6877f to your computer and use it in GitHub Desktop.
vimrc
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
syntax on | |
set tabstop=2 | |
set shiftwidth=2 | |
set expandtab | |
set smartindent | |
set smarttab | |
set backspace=2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment