From 78e55b042fe617fbdae94052a5e491cd4b49578a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philippe=20H=C3=BCrlimann?=
Date: Thu, 3 Nov 2016 22:11:35 +0100 Subject: [PATCH] ooops didn't want to commit that --- ftplugin/haskell.vim | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.51.2