<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hello,<div><br></div><div>There seems to be a recent change in the way braces/brackets are indented when put on their own line in PHP. Previously (in the last stable release I believe), if I typed:</div><div><br></div><div><font face="Courier">function test($variable)<i><return></i></font></div><div><font face="Courier">{<i><return></i></font></div><div><br></div><div>That would extend to:</div><div><br></div><div><div><font face="Courier">function test($variable)</font></div><div><font face="Courier">{</font></div></div><div><font face="Courier"><span class="Apple-tab-span" style="white-space:pre">        </span><i><insertion point here></i></font></div><div><font face="Courier">}</font></div><div><br></div><div>It would appear that with 2.0-alpha.9515, the same keystrokes cause the opening brace to indent, as such:</div><div><br></div><div><font face="Courier">function test($variable)<br><span class="Apple-tab-span" style="white-space:pre">      </span>{<br><span class="Apple-tab-span" style="white-space:pre">         </span><i><insertion point here></i><br><span class="Apple-tab-span" style="white-space:pre">   </span>}<br></font><br></div><div>In the Javascript context, the behavior has not changed and the braces are still at the same indent level as the function declaration.</div><div><br></div><div>Is this by design? Is there a setting that I can change to return PHP to the previous behavior?</div><div><br></div><div>Thank you,</div><div><br></div><div>Jay</div></body></html>