1
0
Fork 0

Use tabs in Makefiles

This commit is contained in:
Basti 2014-08-20 17:12:23 +01:00
parent 3282adcd91
commit d59d884d31
1 changed files with 3 additions and 0 deletions

3
vimrc
View File

@ -139,3 +139,6 @@ imap <C-l> <Space>=><Space>"
" xmpfilter
map <F4> <Plug>(xmpfilter-mark)
map <F5> <Plug>(xmpfilter-run)
" Use normal tabs, not spaces, in Makefiles
autocmd filetype make setlocal noexpandtab