Open
Description
In order to not accidentally mess up pull requests with whitespace fixes (eg b8be18c) all files should be checked for consistency:
- Tabs for indentation, width equal to eight spaces
- No tailing whitespace
- UNIX line endings (
\n
)
It would be great if this could be ensured by a style check executed by Travis CI.