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

8 lines
169 B
VimL
Raw Normal View History

if !exists("b:undo_ftplugin")
let b:undo_ftplugin=''
endif
" Makefiles should use tabs to indent
setlocal noexpandtab
let b:undo_ftplugin.='|setlocal noexpandtab<'