How to enforce maximum line length for comments in VS + ReSharper?

762 Views Asked by At

I've configured a maximum line length of 160 in ReSharper and code is formatted fine. However, comments are not formatted, they can be longer than 160 characters. Is there a way to format comments as well?

1

There are 1 best solutions below

0
On

You can format comments using the free CodeMaid Extension (Tools->Extensions and Updates), which integrates nicely with ReSharper.