[vim] add haskell filetype
This commit is contained in:
parent
4b30b83176
commit
0607e05d62
|
@ -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
|
||||
|
|
Reference in a new issue