16 Mar
2012
16 Mar
'12
5:58 p.m.
Currently, it seems that non-canonical printing always does this: <foo> bar</foo> Is there an easy way to make that print is <foo>bar</foo>, besides resorting to canonical mode? I can see the case for a new line (and appropriate indentation) for something like this: <foo> <moose> bar</moose> </foo> but I'd still rather see that as: <foo> <moose>bar</moose> </foo> thanks, Cyrus