atom-community / atom-community/ide-python
"Hang Closing" option doesn't work.
Open
- Dominant language
- JavaScript
- Stars
- 238
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
I can't seem to get closing brackets to outdent automatically using this package.
```python
a = {
1: 2,
3: 4,
}
```
When I type that, and press Enter after the fourth line, the leading whitespace should be removed when I have the "Hang Closing" option checked, but it doesn't.
Atom version: 1:27.2
ide-python version: 1.0.0
Contributor guide
Assessment
This issue has not been assessed yet.