haskell / haskell/stylish-haskell
[Feature request]: White space format support.
- Dominant language
- Haskell
- Stars
- 1k
- Forks
- 153
- PR merge metrics
- No merged PRs in 30d
Description
```haskell
main = putStrLn "Hello World"
```
This is a valid statement in haskell. But there is no change when I type `stylish-haskell -i helloworld.hs`.
I was wondering if it is possible to add white space formatting support in stylish-haskell.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported command, `stylish-haskell -i helloworld.hs`, with the whitespace-heavy Haskell statement shown in the issue. Read the formatter entry points to determine where whitespace formatting would belong. Done means the command applies a defined whitespace formatting behavior to valid Haskell input.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100