-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Normalize to UNIX line ending #3693
Conversation
This is the de-facto standard for code and make contributing easier for Linux users.
Generated by 🚫 dangerJS |
Codecov Report
@@ Coverage Diff @@
## master #3693 +/- ##
==========================================
- Coverage 88.82% 88.46% -0.36%
==========================================
Files 47 42 -5
Lines 2836 2202 -634
Branches 688 557 -131
==========================================
- Hits 2519 1948 -571
+ Misses 299 238 -61
+ Partials 18 16 -2
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #3693 +/- ##
==========================================
- Coverage 88.82% 88.46% -0.36%
==========================================
Files 47 42 -5
Lines 2836 2202 -634
Branches 688 557 -131
==========================================
- Hits 2519 1948 -571
+ Misses 299 238 -61
+ Partials 18 16 -2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this @PowerKiKi! We're going to handle this a bit differently, but thanks for kickstarting this process 👍.
This is the de-facto standard for code and make contributing easier
for Linux users.
Not a single things was modified except the end of line character. If need be it can be reproduced with the following commands:
Checklist: