devhub-tud / devhub

DevHub is a software system designed to give students a simple practical introduction into modern software development.
15 stars 8 forks source link

Enforce LF line endings to avoid whitespace issues #430

Closed TimvdLippe closed 7 years ago

TimvdLippe commented 7 years ago

This makes it easier to review, because some files were edited on a Windows machine (thus CRLF line endings), while others are edited on a Unix machine (thus LF line endings). The file makes sure that all future files will be edited with LF line endings.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 55.843% when pulling 755b6b238361bd73417249eb3b5cfacd7d54f891 on TimvdLippe:fix-line-endings into 32643c54ae4de4032aebe0ec25a5d0ec25c8dedb on devhub-tud:master.