The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
0answers
87 views

Remove trailing whitespace in languages where whitespace does not matter

Sometimes I have seen questions with a ridiculous amount of trailing whitespace. This wouldn't bother me so much if the scrollbar wouldn't appear: cout << "Hello World!" << endl; ...
2
votes
0answers
26 views

Suggested edit inserts a non-existent space in the output diff

In this suggested edit, a whitespace character magically appeared in the rendered output diff. The output diff contains a space before the dot, although the actual post (and markdown diff) doesn't ...
2
votes
0answers
54 views

How to edit a post to fix formatting alone?

Say a user posts a question with a code block as follows: function blah { blah blah blah blah blah blah blah blah } and I want to edit the post to fix the formatting to this: function blah { blah ...
2
votes
0answers
31 views

show whitespace when dealing with regexps

Hi, When answering question about regexps, it would be great if whitespace could be shown in the code listing. Whitespace plays an crucial role and they are all to easy to miss and get wrong. What ...