Issues Create New Show Unassigned Show Open Search
Login Remember me? Register Lost your login?
Help User Guide Beta Testing Debug XEmacs Vendor docs
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(); ?>