I frequently see many questions (and very few times answers) where the code provided is not formatted or indented well. I don't want to sound like a format czar, little bit here or there is perfectly okay, but sometimes it is so out of shape that it becomes distracting and bothersome and I can't concentrate on the actual question.
Would it be possible to provide a button that can be used to pretty format a selected piece of code? It can be yet another button like the 101-010 used for marking a piece of text of code. Obviously, it would be a optional one. It can be used by an editor in case the original author forgets to do it.
Now, SO is a place for many different languages. I found discussion on formatting tools of different languages, for example:
C/C++: http://stackoverflow.com/questions/841075/best-c-code-formatter-beautifier)
Java: http://stackoverflow.com/questions/996646/stand-alone-java-code-formatter-beautifier-pretty-printer
Javascript: http://stackoverflow.com/questions/1655185/whats-a-good-command-line-javascript-code-beautifier
Python: http://stackoverflow.com/questions/1032393/python-formatter-tool
I am not aware if there is any single tool that can handle all languages, but ideally, that's what we want. (Same like the 101-010 button, which is language independent.)
Thoughts? Comments? Ideas?