syntax enable
filetype indent plugin on
set fencs=utf-8
set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936
set langmenu=zh_CN.UTF-8
set ffs=unix,dos,mac
set backspace=indent,eol,start
set nu
set ruler
set showmatch
set nocompatible
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set incsearch
set hlsearch
set nobackup
set nowb

autocmd FileType make set noexpandtab

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2022-02-15
  • 2021-12-15
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-07
  • 2021-09-26
  • 2022-12-23
  • 2021-09-25
  • 2022-02-10
相关资源
相似解决方案