haskell / haskell/haskell-mode

Unify haskell-indentation defcustoms into one variable

Open
#952 6 comments 0 reactions 0 assignees View on GitHub
indentation
Dominant language
Emacs Lisp
Stars
1.4k
Forks
354
Avg merge
5d 10h
Merged PRs (30d)
2

Description

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`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.