Organize comma-separated values in @docs
Open
- Dominant language
- Haskell
- Stars
- 1.3k
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
Seems like a useful one: start with this...
```
# Attributes
@docs textDecoration, textAlign, textOverflow
```
...and compact the spaces as if it were in a list, into:
```
# Attributes
@docs textDecoration, textAlign, textOverflow
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the formatter code that handles @docs declarations and comma-separated values, then inspect any existing formatting tests around that syntax. Done means the extra alignment spaces are compacted to single spaces as shown in the issue without changing other formatting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elm, haskell
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 38/100