-
Notifications
You must be signed in to change notification settings - Fork 230
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
eol normalization with CRLF => LF in all files #802
Conversation
lint complains about the mismatch between the following files and .editorconfig.
Can we relax .editorconfig to let these files pass the lint check so that we can replace CRLF with LF eol character?Later, we can put them all back together with .gitattribute setting |
I'm not sure what you plan to do... Why not just force push the correct line endings to master? Here you can find the editorconfig line: https://github.com/minio/minio-dotnet/blob/master/.editorconfig#L11 |
That's exactly what I am trying to do. |
But why revert my PR then? Why not just force it into the master branch? |
You are right. That is wrong in the title and in the description.
I will remove the references to PR798 in the title and in the description. |
Replaces all CRLF with LF character in all files.
This cleanup is required as a first step to clean up the master.