[Github-comments] [geany] PEP8 auto-indent in Python files (#668)

mihalu notifications at xxxxx
Sat Sep 26 16:08:17 UTC 2015


It would be very useful if "current chars" auto-indent mode would be aware of [PEP8 indentation guidelines](https://www.python.org/dev/peps/pep-0008/#indentation) while editing Python files. So it would auto-indent like, for example,

```python
foo = long_function_name(var_one, var_two,
                         var_three, var_four)
```
instead of
```python
foo = long_function_name(var_one, var_two,
var_three, var_four)
```

Cheers

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/668
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20150926/b2311217/attachment.html>


More information about the Github-comments mailing list