dot-files/vim/.vim/after/ftplugin/make.vim

4 lines
105 B
VimL

" Makefiles should use tabs to indent
setlocal noexpandtab
let b:undo_ftplugin.='|setlocal noexpandtab<'