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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ I had also expected that formatting would be a recursive operation, but that ide
40
40
41
41
So, the concept is nothing more than reading from start to end and keeping track of context along the way.
42
42
43
-
This implementation uses two passes: first to remove any existing formatting, and then to apply the desired formatting; and instead of working through the statement one character at a time, we grab white-space delimited elements and go from there.
43
+
This implementation uses two passes: first to remove any existing formatting, then to apply the desired formatting; and instead of working through the statement one character at a time, we grab white-space delimited elements and go from there.
44
44
45
45
It's not clear to me how comments can be addressed in any helpful way and they generally require cleanup in the formatted result.
0 commit comments