diff options
author | Cody Hiar <codyfh@gmail.com> | 2016-08-22 18:09:18 +0000 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2016-08-22 18:09:18 +0000 |
commit | f455e63aaaa4f871c81e8caac932a52e94ab8696 (patch) | |
tree | 684e5b07da30676d29ceb0b329cc4e8444a72077 | |
parent | dbc56b787ca59b90c43c46298e0d99e6bedfcb67 (diff) |
Adding lines to have makefiles and shell scripts use 4 spaces
-rw-r--r-- | plugin/vim-options.vim | 2 |
1 files changed, 2 insertions, 0 deletions
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 |