From f455e63aaaa4f871c81e8caac932a52e94ab8696 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 22 Aug 2016 18:09:18 +0000 Subject: Adding lines to have makefiles and shell scripts use 4 spaces --- plugin/vim-options.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index feea0ee..6e888ca 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -65,6 +65,8 @@ nmap yY ^y$ au FileType xml setlocal equalprg=xmllint\ --format\ --recover\ -\ 2>/dev/null " File ident on xml files 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 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