add check for line endings containing CR.

This commit is contained in:
mrdudz
2022-11-03 18:27:10 +01:00
parent cc450706d1
commit 79fd078ae3
4 changed files with 36 additions and 11 deletions

View File

@@ -14,6 +14,10 @@ This document contains all kinds of information that you should know if you want
## All Sources
### Line endings
All files must only contain Unix style 'LF' line endings. Please configure your editors accordingly.
### TABs and spaces
This is an ongoing controversial topic - everyone knows that. However, the following is how we do it :)