How to stop long line wrapping for lines which end in a comment?
How to stop long line wrapping for lines which end in a comment? Resharper puts the end of line comment into a new line which makes look like it's a comment for the next line of code.
For example
long line of code // comment for line
should not reformat to:
long line of code
// comment for line
In my case, my monitor can display the whole line comfortably plus extra blank space so I am not sure what makes a line a long line for R#.
Please sign in to leave a comment.