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