Code Cleanup - space
I'm playing with the Resharper Code Cleanup.
It changes this:
/// Constants for workspace names.
to this:
/// Constants for workspace names.
I don't want this to change, but I can't find where in the profile this is.
Can anyone tell me?
Please sign in to leave a comment.
Hello Al,
Do you mean the xml doc comments (///) or general C# comments (//)? A full code sample is much appreciated.
Thanks.
Thanks for posting the answer, Dmitry!