Michael Ma

Results 2 issues of Michael Ma

Support wrapping single line comment and multi-line comments based on line width. This commit fixes #1352

Single line/multi line comments are not automatically wrapped/checked by csharpier. **Input:** ```c# // Test very long line comment. // Second line of long comment. var someVariable = someValue; ``` Width...