Linux環境.vimrc.utf-8設置

syntax on
set ts=4
set autoindent
set smartindent
set cindent shiftwidth=4
set softtabstop=4
autocmd FileType c set expandtab
autocmd FileType cpp set expandtab
autocmd FileType php set expandtab
autocmd FileType python set expandtab
set nobackup
set backupcopy=no
set hlsearch
set incsearch
set fencs=ucs-bom,utf8,gbk
set tenc=gbk
set enc=utf8

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章