-
Notifications
You must be signed in to change notification settings - Fork 946
Normalize line endings for markdown files checked into git #6290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1Affected ProductsNo changes between base commit (11d37ed) and merge commit (ffda3fd).Test Logs |
Use https://git-scm.com/docs/gitattributes to normalize line endings for markdown files checked into git. We had issues in the past where files with different line endings would be checked in and the diff would show the entire file as changed. This will use the line endings specified for all markdown files checked in.