Skip to content

Put 'where' on same line as ')' in a multiline module export list #167

@tysonzero

Description

@tysonzero

Similar to how leading comma lists have the parenthesis lead as well, it'd be nice to allow this for imports and exports:

module Foo
    ( bar
    , baz
    , qux
    ) where

import Foo
    ( bar
    , baz
    , qux
    )

Metadata

Metadata

Assignees

No one assigned

    Labels

    new config optionAdds or would add new configuration option

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions