You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new line underneath a case statement with haskell_indent_case_alternate set to 1, the line is indented to the default shiftwidth value, not the value set under haskell_indent_case.
function x = case x of
_ <- cursor is here if shiftwidth is set to 10
The text was updated successfully, but these errors were encountered:
When creating a new line underneath a case statement with
haskell_indent_case_alternate
set to 1, the line is indented to the defaultshiftwidth
value, not the value set underhaskell_indent_case
.The text was updated successfully, but these errors were encountered: