Conversation
|
I haven't noticed any issues with LF line ending on Windows. This happens somewhere? And wouldn't it be better from the maintenance perspective to set these in the .gitattributes using the |
|
I've now also checked the zip archive with its files and how the Windows release is packaged. Yes, there is a mix of both CRLF and LF in few files there because the Git repository is checked out with LF line endings but the I've found only one issue so far for the .bat files - labels when using |
IDK, we had very strange issues with LF and cmd.exe runtime in the past, so in my company we require CRLF and this is how I spotted the different EOL.
100% agree, added.
I have no evidence this is an issue, so let's merge this PR as is. |
The EOL of all Windows .bat files must be CRLF.
All other .bat files are using CRLF already.