Ticket #11 (new enhancement)
case indentation when in a larger block
| Reported by: | sohumb@… | Owned by: | Baughn |
|---|---|---|---|
| Priority: | minor | Component: | haskell-indentation |
| Version: | TIP | Keywords: | |
| Cc: |
Description
optional k m = case m of Nothing -> k (Just j) -> j
indents as above, where I'd expect
optional k m = case m of
Nothing -> k
(Just j) -> j
or similar.
Change History
Note: See
TracTickets for help on using
tickets.
