fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

Trim trailing whitespace #1361

Closed mortend closed 4 years ago

mortend commented 4 years ago

This PR trims most trailing whitespace in our source code (excluding third-party code).

I have noticed that many pull requests comes with accidental whitespace changes. We have excessive amounts of trailing whitespace in our source code, and I feel I am spending needless brain power because I have to filter out unrelevant whitespace changes from almost every commit (including my own commits).

I suggest to improve this situation by removing the unwanted trailing whitespace.

mortend commented 4 years ago

Travis reporting is stuck again. The build has passed.