diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-03-06 10:00:26 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-03-06 10:00:26 -0700 |
commit | eb163f3a05b56a1e6241cc1939b2411549b48015 (patch) | |
tree | 118bd946f6d8118e0083743ea45bd5b5e7e70d6a /plugin/vim-options.vim | |
parent | 0fe86a5a95d72fdfaf6f0e33dfbf8e92c12c3027 (diff) |
Adding django templates indenting
Diffstat (limited to 'plugin/vim-options.vim')
-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 a7d1de7..180ac0d 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -32,6 +32,7 @@ set statusline+=%2*\ %=\ %l/%L\ (%02p%%)\ " Rownumber/total (%) " Set spacing of file types autocmd FileType html setlocal tabstop=2 autocmd FileType htmljinja setlocal tabstop=2 +autocmd FileType htmldjango setlocal tabstop=2 autocmd FileType php setlocal tabstop=4 autocmd FileType python setlocal tabstop=4 autocmd FileType sh setlocal tabstop=4 |