diff options
author | Cody Hiar <codyfh@gmail.com> | 2016-11-21 17:25:34 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2016-11-21 17:25:34 -0700 |
commit | 77594a5c1d4f4b44a6123d84bc80d26958eddf75 (patch) | |
tree | 3afeb807bdbcacbb071765d4a010c970854535bf /plugin | |
parent | ab4e4c2523c7cd0f1201d29909b8c91472feb802 (diff) |
Html jinja should
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/vim-options.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 0664238..0bb0904 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -70,6 +70,7 @@ nnoremap <C-]> <C-w><C-]> "----------------------------------------------------------------------------------------------------------------------- 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 htmljinja 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 |