As I understood, syntax highlighter by Alex Gorbatchev always automatically formats code before it shows it. I mean, it preserves you tabulation but, for example, you cannot start each attribute of 1 XML tag from next line.
Specifically, I have problems with this post in my blog. In point 4 (Android manifest) I don't want to have a horizontal scroll bar, so, I want to start every attribute of <application> and <activity> tags from next line. Is there any way to achieve that?
Thank you.