I was wondering if there is an easy way to indent the code in Stack Overflow. Whenever I paste in code, all the code loses its indentation; what I have been doing is manually indenting every line with the space button. Is there a quicker way to do all of this?
|
migrated from stackoverflow.com May 8 '11 at 22:52
|
To properly format code you should indent your code in the markdown source, either by a tab character or by 4 spaces. There is handy button on the toolbar which can do this automaticlaly for you, simply select the code section of your question and press this button:
|
|||
|
|
|
It would be nice if SO could automatically indent new lines to the same level as the previous line, like most text editors and IDEs do. This would make typing up answers that include code a lot easier. |
|||
|
