1 2 3 4 5 6 7
syntax on set autoindent set cc=72 set expandtab tabstop=4 shiftwidth=4 set ruler noshowmode au BufNewFile,BufRead Makefile set noexpandtab set background=dark