From: Philippe Hürlimann
Date: Thu, 3 Nov 2016 21:11:35 +0000 (+0100) Subject: ooops didn't want to commit that X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=78e55b042fe617fbdae94052a5e491cd4b49578a;p=vimfiles.git ooops didn't want to commit that --- diff --git a/ftplugin/haskell.vim b/ftplugin/haskell.vim index f6c7099..c3e54a6 100644 --- a/ftplugin/haskell.vim +++ b/ftplugin/haskell.vim @@ -1,9 +1,3 @@ -set tabstop=8 "A tab is 8 spaces -set expandtab "Always uses spaces instead of tabs -set softtabstop=4 "Insert 4 spaces when tab is pressed -set shiftwidth=4 "An indent is 4 spaces -set shiftround "Round indent to nearest shiftwidth multiple - setlocal omnifunc=necoghc#omnifunc let g:necoghc_enable_detailed_browse = 1