Trailing Whitespaces
Hi Folks,
is there a way to detect and remove trailing whitespaces in code lines with R#?
I usually remove them with search and replace in VS using the following regex:
[ \t]+$
But it would be nice to get a hint from R#.
All the best,
Please sign in to leave a comment.
Hi,
Have you tried running ReSharper Code Cleanup ("ReSharper | Tools | Cleanup Code")?
Thanks!