Last active
May 1, 2018 05:52
-
-
Save unyo/284cbbd269cde81f85b9e4162a6b6128 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
set tabstop=2 | |
set shiftwidth=2 | |
set expandtab | |
set autoindent | |
set noswapfile | |
set nobackup | |
syntax on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment