Issues Create New Show Unassigned Show Open Search
Login Remember me? Register Lost your login?
Help User Guide Beta Testing Debug XEmacs Vendor docs
Created on 2012-03-20.11:25:06 by anonymous, last changed 2012-03-20.11:25:06 by anonymous.
With auto-indenting, the following code should appear as: <?php foreach ($x as $y) foreach ($y as $z) doSomething(); ?> However, it is auto-indented as: <?php foreach ($x as $y) foreach ($y as $z) doSomething(); ?>