[vim] add haskell filetype

This commit is contained in:
Simon Bruder 2018-08-23 11:19:50 +00:00
parent 4b30b83176
commit 0607e05d62
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -11,6 +11,7 @@ autocmd Filetype dockerfile setlocal ts=4 sw=4 sts=4 expandtab
autocmd Filetype dot setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype elm setlocal ts=2 sw=2 sts=2 expandtab
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 html.twig setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype javascript setlocal ts=2 sw=2 sts=2 expandtab