4 lines
105 B
VimL
4 lines
105 B
VimL
|
" Makefiles should use tabs to indent
|
||
|
setlocal noexpandtab
|
||
|
let b:undo_ftplugin.='|setlocal noexpandtab<'
|