Skip to content

Unify haskell-indentation defcustoms into one variable #952

Open
@gracjan

Description

@gracjan

All of those should be replaced by a single defcustom:

'(haskell-indentation-ifte-offset 4)
'(haskell-indentation-layout-offset 4)
'(haskell-indentation-left-offset 4)
'(haskell-indentation-starter-offset 4)
'(haskell-indentation-where-post-offset 4)
'(haskell-indentation-where-pre-offset 4)

That defcustom should inherit value from c-basic-offset.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions