Closed ekimekim closed 10 years ago
Oh. At first I thought you meant there was actually trailing whitespace, like after lines, which made me wonder how that got in there since I have trailing whitespace highlighted in my editor.
Is it really that big of an issue to have blank lines at the same indentation level as the surrounding?
Not really, I just find it kind of annoying (it also shows up in my editor...but unlike yours, trailing whitespace on blank lines is still highlighted). Do you mind if I just do one of these bulk cleanup commits to be rid of them every once in a while?
They show up on mine as well. I just value the cursor position over having dots on lines I don't care about anyway :P
Well if your editor behaves better with those spaces in, sure, let's keep them. I'll deal with it.
I just programatically removed all whitespace at the end of lines. Please let's try to be careful not to let these sneak in again.
git diff
should highlight them for you.