Skip to content

Instantly share code, notes, and snippets.

@liuwenzhuang
Last active January 19, 2020 01:52
Show Gist options
  • Save liuwenzhuang/7b82a34197ae196e7fd94969fdcdea23 to your computer and use it in GitHub Desktop.
Save liuwenzhuang/7b82a34197ae196e7fd94969fdcdea23 to your computer and use it in GitHub Desktop.
vim config file, place it to user directory
syntax on
set autoindent
set expandtab
set tabstop=2
set sw=2
set showcmd
set shortmess=at
set nowritebackup
set noswapfile
set nobackup
autocmd BufRead,BufNewFile Makefile,makefile,*Makefile,*makefile set noexpandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment