We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There is haskell_indent_case_alternative which minimizes indentation.
haskell_indent_case_alternative
I also want to minimize indentation for if.
if
Thus, adding haskell_indent_if_alternative to haskell-vim would be helpful.
haskell_indent_if_alternative
Because haskell-vim doesn't have haskell_indent_if_alternative, I just indent manually for now.