Home » PHP » PHP_Beautifier » Bug #10019
switch indent
Details
| Submitted | 2007-02-04 01:14 UTC |
|---|---|
| From | crempa at gmail dot com |
| Assigned | clbustos |
| Status | Assigned |
| Package | PHP_Beautifier |
| PHP Version | 5.2.0 |
| OS | Windows |
| Roadmaps | 1.0.0RC1 |
Comments
[2007-02-04 01:14 UTC] crempa at gmail dot com
Description:
------------
If I use IndentStyles filter with "allman/bsd" type than the content of switch is not indented.
Expected result:
----------------
switch
{
//switch content
}
Actual result:
--------------
switch
{
//switch content
}