Last active
April 2, 2019 10:03
-
-
Save raytroop/6eef7be98076f5c8e9a672a690cc8d73 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
syntax on | |
colorscheme desert | |
set number | |
set hlsearch | |
set tabstop=4 //实际的tab键占用的space | |
set softtabstop=4 //当敲一个tab键时所占用的space | |
set shiftwidth=4 //自动缩进的space | |
//set expandtab //将tab转化为space | |
set enc=utf-8 | |
set guifont=Monospace\ 12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment