From 0607e05d6210d12860df5d50ea7f604678ecf796 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 23 Aug 2018 11:19:50 +0000 Subject: [PATCH] [vim] add haskell filetype --- home/.vim/ftdetect/filetypes.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.vim/ftdetect/filetypes.vim b/home/.vim/ftdetect/filetypes.vim index 9e52f96..fc6db82 100644 --- a/home/.vim/ftdetect/filetypes.vim +++ b/home/.vim/ftdetect/filetypes.vim @@ -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