[UPDATE][VIM] Move Makefile setting to ftplugin
This commit is contained in:
parent
7de7a7ec2e
commit
62ce5480bc
2 changed files with 3 additions and 2 deletions
3
vim/.vim/after/ftplugin/make.vim
Normal file
3
vim/.vim/after/ftplugin/make.vim
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
" Makefiles should use tabs to indent
|
||||
setlocal noexpandtab
|
||||
let b:undo_ftplugin.='|setlocal noexpandtab<'
|
||||
Loading…
Add table
Add a link
Reference in a new issue