Skip to content

Export list indentation #3

@superbobry

Description

@superbobry

According to haskell-style-guide, export list should be indented with 4 spaces:

module Graphics.Shape
    ( Shape(..)
    , SomeShape(..)
    , triangle
    ) where

The current implementation indents it as:

module Graphics.Shape
       ( Shape(..)
       , SomeShape(..)
       , sphere
       , triangle
       ) where

I guess the solution is to add a configurable variable for export list offset.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions