]> Untitled Git - vimfiles.git/commitdiff
ooops didn't want to commit that
authorPhilippe Hürlimann <p@hurlimann.org>
Thu, 3 Nov 2016 21:11:35 +0000 (22:11 +0100)
committerPhilippe Hürlimann <p@hurlimann.org>
Thu, 3 Nov 2016 21:11:35 +0000 (22:11 +0100)
ftplugin/haskell.vim

index f6c70998c572d1ae858424264348ce4c84629a86..c3e54a6784160fd1ca2dfc0ac1c84579d2079e35 100644 (file)
@@ -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