-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Labels
Description
I think we should have a job that checks for trailing whitespace and newlines at the end of files. It's not a huge deal, but I encounter that quite often in our code base and it can make diffs a bit more confusing to read since some editors correct this automatically.
Might also make sense to check for correct unicode normalization as well, I think we had some problems with that in the past.