vim: Add filetype settings for jinja.html

This commit is contained in:
Simon Bruder 2020-08-02 15:01:18 +02:00
parent f39a49fe47
commit 3274676e58
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -14,6 +14,7 @@ autocmd Filetype gitcommit setlocal colorcolumn=72
autocmd Filetype go setlocal ts=4 sw=4 sts=4
autocmd Filetype haskell setlocal ts=4 sw=4 sts=4 expandtab
autocmd Filetype html setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype jinja.html setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype javascript setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype jinja setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype json setlocal ts=2 sw=2 sts=2 expandtab