|
|
|
@ -148,13 +148,15 @@ au FileType sql setlocal tabstop=2
|
|
|
|
|
au FileType htmldjango setlocal tabstop=4 |
|
|
|
|
au FileType htmldjango setlocal shiftwidth=4 |
|
|
|
|
au FileType htmldjango setlocal softtabstop=4 |
|
|
|
|
au FileType htmldjango setlocal list |
|
|
|
|
au FileType htmldjango setlocal et |
|
|
|
|
" }}} |
|
|
|
|
|
|
|
|
|
" HTML {{{ |
|
|
|
|
au FileType htmldjango setlocal tabstop=4 |
|
|
|
|
au FileType htmldjango setlocal shiftwidth=4 |
|
|
|
|
au FileType htmldjango setlocal softtabstop=4 |
|
|
|
|
au FileType html setlocal tabstop=4 |
|
|
|
|
au FileType html setlocal shiftwidth=4 |
|
|
|
|
au FileType html setlocal softtabstop=4 |
|
|
|
|
au FileType html setlocal list |
|
|
|
|
au FileType html setlocal et |
|
|
|
|
" }}} |
|
|
|
|
" }}} |
|
|
|
|