Formatting of multi-line function/event calls
Open
Nobody has claimed this yet.
style tweak
- Dominant language
- Python
- Stars
- 11
- Forks
- 4
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 1
Description
Currently, we have a script in base with the following:
info$store = Broker::create_clone(info$name,
info$clone_resync_interval,
info$clone_stale_interval,
info$clone_mutation_buffer_interval);
The formatter tries to re-format it to:
info$store = Broker::create_clone(info$name, info$clone_resync_interval,
info$clone_stale_interval, info$clone_mutation_buffer_interval);
I find the first version much more readable. Any other thoughts?
Contributor guide
No contributing guide indexed for this repository
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
The issue does not name a formatter file, test, or entry point. First locate the formatting implementation and existing tests for multi-line function or event calls, then clarify the expected layout with maintainers; done means the chosen style is implemented and covered by a regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100