Skip to content

Commit 91641e6

Browse files
committed
remove unused indent configuration
1 parent 4678501 commit 91641e6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

indent/haskell.vim

-6
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ if !exists('g:haskell_indent_let')
4040
let g:haskell_indent_let = 4
4141
endif
4242

43-
if !exists('g:haskell_indent_let_no_in')
44-
" let x = 0
45-
" x
46-
let g:haskell_indent_let_no_in = 4
47-
endif
48-
4943
if !exists('g:haskell_indent_where')
5044
" where f :: Int -> Int
5145
" >>>>>>f x = x

0 commit comments

Comments
 (0)