Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] Automatic indentation strings

Hello,

 

I was wondering if there is a option or setting that can provide the automatic indentation of a string (while typing)

 

If I try to code a sql query it’s getting pretty annoying that it is not indenting to the previous line.

 

Example

$sql = “Select

something,

more,

then,

this

FROM will_be

ORDER BY annoying”;

 

 

 

Should be without extra tabs:

$sql = “Select

something,

more,

then,

this

FROM will_be

ORDER BY annoying”;

 

Well please let me know if I missed something in the configuration.

 

Regards Gijs Epping


Back to the top