We try to avoid trailing whitespaces in files but do not enforce it for now. git comes with a whitespace checker : git diff --check, which will fail whenever files in the commit introduce trailing spaces.
We need to run 'git diff --check' in the universal linter.
Version: unspecified
Severity: enhancement