Last active
October 5, 2019 01:35
-
-
Save chenchun/bbbd6d7e481b8dd28252b2935054ad63 to your computer and use it in GitHub Desktop.
vimrc, vim, vi
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 smarttab | |
set tabstop=4 | |
set shiftwidth=4 | |
set autoindent | |
set smartindent | |
set encoding=utf-8 fileencodings=ucs-bom,utf-8,cp936 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment