<div class="markdown">
<p dir="auto">On 5 Mar 2014, at 14:26, Iain Allan wrote:</p>

<blockquote>
<p dir="auto">On alpha.9517 the auto indentation seems to have changed that if you leave a blank line after a function TextMate will keep indenting subsequent lines.</p>

<p dir="auto">def boo():<br>
 """docstring for boo"""<br>
 pass</p>

<p dir="auto">print   <— this line is automatically indented unless you use ⌘[</p>

<p dir="auto">I had a look in the Python bundle and the language grammar is unchanged.    Am I missing a setting somewhere to revert to the old behaviour?</p>
</blockquote>

<p dir="auto">From the release notes…</p>

<blockquote>
<p dir="auto">It is now possible to set the <code>disableIndentCorrections</code> to <code>emptyLines</code>. This will disable the indent corrections only when typing on empty lines, which has been made default for HTML.</p>
</blockquote>

<p dir="auto">I’m sure it has something to do with that, though it doesn’t sound like anything should change (outside of HTML) if you were still using default settings. Then again, if you were using default settings, the behavior you’ve noticed would not be new. (I disabled it a long time ago.)</p>

<p dir="auto">I’m using “emptyLines” now just to see if there’s a benefit. Before, I was using “:true”. I haven’t figured out the difference yet.</p>

<p dir="auto">-- <br>
Rob McBroom<br>
<a href="http://www.skurfer.com/">http://www.skurfer.com/</a></p>

</div>