Visual Studio - Delete whitespaces at the end of lines
Here is a little trick to remove spaces and tabs at the end of lines.
- Open Quick Replace (Edit / Find and Replace)
- Text to be searched:
(:b+)$
- Search Options: Use regular expressions
- Replace all
There you go.
Do you have a question or a suggestion about this post? Contact me!
Enjoy this blog?💖 Sponsor on GitHub