Skip to content

Commit 2c6f457

Browse files
committed
adjust curly brace indentation
1 parent 91641e6 commit 2c6f457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indent/haskell.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ function! GetHaskellIndent()
404404

405405
" foo
406406
" >>{
407-
if l:line =~ '^\s*{ '
407+
if l:line =~ '^\s*{'
408408
let l:s = match(l:prevline, '\S')
409409
if l:s >= 0
410410
return l:s + &shiftwidth

0 commit comments

Comments
 (0)