From f366a7d3507d80252af68a447e1af628c429fa44 Mon Sep 17 00:00:00 2001
From: Cody Hiar <codyfh@gmail.com>
Date: Mon, 29 Aug 2016 19:05:20 +0000
Subject: Update for makefiles

---
 plugin/vim-options.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim
index 6e888ca..94d4b62 100644
--- a/plugin/vim-options.vim
+++ b/plugin/vim-options.vim
@@ -66,7 +66,7 @@ au FileType xml setlocal equalprg=xmllint\ --format\ --recover\ -\ 2>/dev/null "
 autocmd FileType python set tabstop=4|set shiftwidth=4
 autocmd FileType php set tabstop=4|set shiftwidth=4
 autocmd FileType sh set tabstop=4|set shiftwidth=4
-autocmd FileType make set tabstop=4|set shiftwidth=4
+autocmd FileType make set tabstop=4|set shiftwidth=4 noexpandtab
 autocmd FileType haskell set tabstop=8|set shiftwidth=4|set softtabstop=4
 au BufRead,BufNewFile *.twig set filetype=htmljinja
 au BufRead,BufNewFile *.html set filetype=htmljinja
-- 
cgit v1.2.3