Option for not adding spaces around binary operators
Open
enhancement
- Dominant language
- Python
- Stars
- 14k
- Forks
- 904
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes in the scientific code I write it helps readability if I can group chunks of an equation together by not adding spaces around all binary operators (`*`, `+`, `-`, `\`, `**`).
Is there a way to tell `yapf` not to add spaces around these operators?
Contributor guide
Assessment
This issue has not been assessed yet.