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
See #516 for a tentative on parentheses alignment
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/668#issuecomment-143468101
Will do, thanks!
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/668#issuecomment-143478025
github-comments@lists.geany.org