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
It would be nice if the text could be trimmed of surplus whitespace and beginning and end and whitespace after \n that corresponds with starting indentation is removed.
so
/**
foo
bar
*/
doesn't turn in
"
foo
bar
"
but in
"foo
bar"
The text was updated successfully, but these errors were encountered:
It would be nice if the text could be trimmed of surplus whitespace and beginning and end and whitespace after \n that corresponds with starting indentation is removed.
so
doesn't turn in
but in
The text was updated successfully, but these errors were encountered: