Aligned formatting
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 446
- Forks
- 32
- Avg merge
- 16h 48m
- Merged PRs (30d)
- 1
Description
Related to #113. A special comment like fmt: align-equal would apply to the next expression (which should be a function call) and instruct Air to align arguments on =:
# fmt: align-equal
list(
foo = 1,
x = 2,
3
)
This would help readability of calls that are used for certain types of data entry.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the related issue #113 and locating Air's handling of special comments and function-call argument formatting. The change is complete when fmt: align-equal applies to the next function call and produces the alignment shown in the issue without affecting other calls.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r, rust
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100