1 2 3 4 5 6 7 8 9
autocmd FileType make setlocal noexpandtab nnoremap <Space> : set autoindent set expandtab set nowrap set number set shiftwidth=4 set smarttab syntax on