Created
February 10, 2014 00:08
-
-
Save junmakii/8908094 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
| set encoding=utf-8 | |
| set termencoding=utf-8 | |
| set fileencoding=utf-8 | |
| set number | |
| set ruler | |
| set title | |
| set linespace=0 | |
| set tabstop=2 | |
| set expandtab | |
| set shiftwidth=2 | |
| set noswapfile | |
| set autoindent | |
| filetype plugin on | |
| syntax on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment