From ab4e4c2523c7cd0f1201d29909b8c91472feb802 Mon Sep 17 00:00:00 2001
From: Cody Hiar <codyfh@gmail.com>
Date: Mon, 21 Nov 2016 17:25:06 -0700
Subject: html should be set to 2

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

(limited to 'plugin')

diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim
index 34b3877..0664238 100644
--- a/plugin/vim-options.vim
+++ b/plugin/vim-options.vim
@@ -69,6 +69,7 @@ nnoremap <C-]> <C-w><C-]>
 " FileType Options
 "-----------------------------------------------------------------------------------------------------------------------
 au FileType xml setlocal equalprg=xmllint\ --format\ --recover\ -\ 2>/dev/null " File ident on xml files
+autocmd FileType html set tabstop=2|set shiftwidth=2
 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
-- 
cgit v1.2.3