You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- set nocompatible
- set encoding=utf-8
- set hlsearch
- set smartindent
- set ruler
- set number
- set ts=2
- set sw=2
- set expandtab
- autocmd FileType make setlocal noexpandtab
|