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

<div class="highlight highlight-source-python"><pre>foo <span class="pl-k">=</span> long_function_name(var_one, var_two,
                         var_three, var_four)</pre></div>

<p>instead of</p>

<div class="highlight highlight-source-python"><pre>foo <span class="pl-k">=</span> long_function_name(var_one, var_two,
var_three, var_four)</pre></div>

<p>Cheers</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/issues/668">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ7yX70mWhlxoe2YrQxxdMB5nCAeWks5o1rpxgaJpZM4GEUxe.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/issues/668"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>