AndrewZhaoLuo commented on PR #11560: URL: https://github.com/apache/tvm/pull/11560#issuecomment-1147617770
If I understand this change correctly this is entirely style; git will handle different line deliminators fine, but the issue is that if a windows dev edits a file with LF, it will replace all lines with CRLF through the entire file which means every line will be changed in diffs. This will make the commit log a bit gummier. cc @areusch @driazati it seems like a good idea to force LF for new lines? can we lint for this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
