Why is it bad to check in lines with trailing whitespace to your source control? What kinds of problems could that cause?
Some editors automatically remove trailing whitespace, some don't. This creates diff noise and can cause merge conflicts.