[TxMt] PHP indentation comments and ;

bigkm bigkm at optusnet.com.au
Sat Feb 24 05:54:23 UTC 2007


the indentation looks as if it is indenting the next line if there is 
not a semicolon on the end of the previous line which is fine except 
when the previous line is a comment like this

#init var
	$var = 2;


should be
#init var
$var = 2;

i notice that this is only happening since allan's updates.

Thanks
Kim




More information about the textmate mailing list