Possible Duplicate:
How do I format my code blocks?
All the time I post a code sampe on SO, the display is not as desired. Here some examples with simple text from a notepad document:
1) no whitespaces, beginning of the lines
bla
bla
it looks like
bla
bla
2) text has one tab (alternatively: 4 spaces) in each line before the text
bla
bla
The display is
bla
bla
I nearly every time have to do a lot of rearranging of the code to make it look nicely.