Another really useful default mentioned in the developer.apple article:
defaults write -g NSTextShowsControlCharacters -bool true
It makes standard text views display ASCII control characters using caret notation.
Another really useful default mentioned in the developer.apple article:
defaults write -g NSTextShowsControlCharacters -bool true
It makes standard text views display ASCII control characters using caret notation.