Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a lint check to prevent whitespace issues
Whitespace issues as understood by git (by default) are trailing whitespace at EOL, whitespace on an otherwise empty line, a space character immediately followed by a tab character in the indentation of a line, and multiple newlines at EOF. References: - https://git-scm.com/docs/git-diff#Documentation/git-diff.txt---check - https://peter.eisentraut.org/blog/2014/11/04/checking-whitespace-with-git
- Loading branch information