vgmrips / vgmtools

A collection of tools for the VGM file format
GNU General Public License v2.0
118 stars 18 forks source link

Remove all junk line-end spaces #9

Closed Wohlstand closed 4 years ago

Wohlstand commented 4 years ago

These spaces in most are useless and increasing the size of files. Various modern IDEs are usually removing them in dependency from settings. To prevent future confusions and fights for avoiding them in commits, it's better to remove all of them in one time and forever.

No code changed: end line spaces only was removed

ValleyBell commented 4 years ago

IMO the topic of tabs/spaces on otherwise empty lines is like the discussion about tab vs. spaces.
But considering that it seems to be common to remove them (and recent Visual Studio versions refuse to reformat such lines), I guess it doesn't hurt to do so.