You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This is a really, really long comment on a single line. We should try to break it up if possible because it's longer than 100 chars. In fact, it's so long that it should probably be on three lines instead of two. Wow, so long!!
7
+
// Short suffix
8
+
//
9
+
10
+
// This comment contains multiple contiguous lines which are greater than the target maximum line length.
11
+
// The expected result is a sequence of shortened (reflown) lines without preserving the position of line breaks.
12
+
13
+
// Another comment
14
+
15
+
/*
16
+
A block comment. Really long lines in here aren't currently processed because they're a bit harder to handle.
0 commit comments