I believe I'm not alone in preferring: ```haskell x = y where y = 1 ``` to: ```haskell x = y where y = 1 ``` It would be nice to have the option to indent `where`s half as much as everything else.