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

4 lines
105 B
VimL
Raw Normal View History

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