Here is a quick trick to remove trailing spaces and tabs from lines in Visual Studio.
- Open Quick Replace (Edit / Find and Replace)
- Search for:
(:b+)$ - Search Options: Use regular expressions
- Replace all
Do you have a question or a suggestion about this post? Contact me!