use spaces in haskell files

This commit is contained in:
Gabriel Ebner 2013-10-27 14:08:43 +01:00
parent 443c5c0aee
commit 73e0368717
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -15,5 +15,6 @@ au BufNewFile,BufRead *.i set ft=swig
au BufNewFile,BufRead *.factor set ft=factor
au BufNewFile,BufRead Gemfile set ft=ruby
au BufReadCmd *.epub call zip#Browse(expand("<amatch>"))
au BufNewFile,BufRead *.cabal,*.hamlet,*.hs set expandtab
execute pathogen#infect()