Set noexpandtab for Makefiles.

This commit is contained in:
Ryan Cavicchioni 2013-01-15 16:20:33 +00:00
parent 37da7cbe8f
commit aa0528d08b

View File

@ -59,6 +59,7 @@ au FileType xml set tabstop=2 shiftwidth=2 softtabstop=2
au FileType ant set tabstop=2 shiftwidth=2 softtabstop=2
au FileType yaml set tabstop=2 shiftwidth=2 softtabstop=2
au FileType php set tabstop=4 shiftwidth=4 softtabstop=4
au FileType make set noexpandtab
" keyboard shortcuts
nmap <silent> <leader>l :set list!<CR>