aboutsummaryrefslogtreecommitdiff
path: root/plugin/vim-options.vim
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2016-08-29 19:05:20 +0000
committerCody Hiar <codyfh@gmail.com>2016-08-29 19:05:20 +0000
commitf366a7d3507d80252af68a447e1af628c429fa44 (patch)
tree7f48c89a9523971f8a30f3becb02f7095861e407 /plugin/vim-options.vim
parentf455e63aaaa4f871c81e8caac932a52e94ab8696 (diff)
Update for makefiles
Diffstat (limited to 'plugin/vim-options.vim')
-rw-r--r--plugin/vim-options.vim2
1 files changed, 1 insertions, 1 deletions
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