byte-physics / igortest

Igor Pro Universal Testing Framework
https://docs.byte-physics.de/igor-unit-testing-framework/
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Fixing trailing whitespaces #299

Closed Garados007 closed 2 years ago

Garados007 commented 2 years ago

In PR #273 @t-b asked me to remove any trailing whitespaces in my code. I have done this by configuring my editor to do this automatically. But since then my editor is fixing all trailing whitespaces in all code files. This is kind of annoying. I have to manually check what have been changed by me to keep my commit clean.

t-b commented 2 years ago

@Garados007 Just make one PR with a commit which removes trailing whitespace. Then we are done. Our future code-style CI should then also flag any new whitespace errors.