Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] Indent inside a string not supported?

Hello pdt-dev,

Before posting a bugreport I'd like to ask if automatic indentation
inside a string is not currently supported?

Example (what I'd expect):

$mySql = "select something
       from somewhere
       where something = someotherthing";

What I get with 0.7:

$mySql = "select something
from somewhere
where something = someotherthing";

-- 
Martin



Back to the top