Option to align multiple assignments
Open
enhancement
- Dominant language
- Python
- Stars
- 14k
- Forks
- 904
- PR merge metrics
- No merged PRs in 30d
Description
Often the following convention is used:
```
a = 1
bb = 2
ccc = 3
```
whilst this is against pep8, it seems like this would be a nice option to support for those people that are (forced??) to use this convention.
Contributor guide
Assessment
This issue has not been assessed yet.