ElementalAlchemist / txircd

Modular IRCd built using Twisted. Made to be extremely customizable.
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

cleanup: Fix all the trailing whitespace everywhere #14

Closed ekimekim closed 10 years ago

ekimekim commented 10 years ago

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.

ElementalAlchemist commented 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?

ekimekim commented 10 years ago

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?

ElementalAlchemist commented 10 years ago

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

ekimekim commented 10 years ago

Well if your editor behaves better with those spaces in, sure, let's keep them. I'll deal with it.