<div dir="ltr"><div>Thanks for the hint.</div><div><br></div><div>I've experimented more than a couple of things and found the following settings works for me, at least it's much better than broken.</div><div><br></div><div>Under 'Budles' => 'Edit' => 'Settings' => 'Indenting':</div><div><br></div><div>{<span class="" style="white-space:pre">     </span>disableIndentCorrections = :true;</div><div><span class="" style="white-space:pre">  </span>indentOnPaste = 'simple';</div><div><span class="" style="white-space:pre">  </span>foldingStartMarker = '^\s*"""(?=.)(?!.*""")';</div><div><span class="" style="white-space:pre">        </span>foldingIndentedBlockStart = '^\s*.*(:|-) ?(&\w+)?(\{[^}"'']*|\([^)"'']*)?$';</div><div><span class="" style="white-space:pre"> </span>foldingIndentedBlockIgnore = '^\s*#';</div><div>}</div><div><br></div><div>foldingStartMarker was copied from Python setting.</div><div>foldingIndentedBlockIgnore was copied from the 'Fold on the Dotted Line' section in <a href="http://blog.macromates.com/2012/the-layout-engine/">http://blog.macromates.com/2012/the-layout-engine/</a></div><div><br></div><div><br></div></div>