+4

Clean up/remove extraneous tabs and spaces

Justin Drake 13 year бұрын updated by Caribbean Diving 12 year бұрын 2
It would be nice to have the possibility to quick clean up the code of extra tabs and spaces floating around. For example, consider a line of JavaScript:

var myVariable = 10;      <--- extra spaces between ';' and '<' that can be removed

would be converted to

var myVariable = 10;<--- no extra spaces