I'd like to be able to see the whitespace characters used in files that I edit with Sublime Text 2 so that I can see when a tab is used instead of a space and replace that just to provide one example.
11 Answer
Add this to your User preferences:
"draw_white_space": "all"Found the answer here:
2