vim2hs
vim2hs copied to clipboard
indentexpr should match from end
test = if x then y else if z
-- ^ where it currently indents to
test = if x then y else if z
-- ^ where it should indent to