ata4 / disunity

An experimental toolset for Unity asset and asset bundle files.
The Unlicense
2.69k stars 662 forks source link

Fixed whitespace issues #177

Closed rr- closed 8 years ago

rr- commented 8 years ago

Trailing whitespace, on top of being a bad practice, slow down vertical movement in editors such as vim which use blank lines as jump markers.

ata4 commented 8 years ago

Thanks, although I personally never had any issues with trailing spaces. They're usually caused by the auto-formatting of my IDE, which puts the indention of the previous line into the next.