-
Notifications
You must be signed in to change notification settings - Fork 422
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
Fix line endings to LF #1253
Fix line endings to LF #1253
Conversation
These files had mixed line endings it seems, and were always appearing as uncommitted changes in my environment, which makes it harder to see the changed state of things (I'm on Linux).
Codecov Report
@@ Coverage Diff @@
## master #1253 +/- ##
=========================================
Coverage 93.81% 93.81%
Complexity 458 458
=========================================
Files 2 2
Lines 6753 6753
Branches 1823 1823
=========================================
Hits 6335 6335
Misses 126 126
Partials 292 292 Continue to review full report at Codecov.
|
Great to see a PR that addresses this issue, since I was bothered from/struggling with this issue, too (I'm on Windows most of the time). |
It might still be there, after regenerating the docs. I notice that it's always the same snippet. The asciidocs thing must be pulling this snippet from one file. I will try to make all the files in the docs folder just have Unix line endings. EDIT: I ran |
I've changed the entry for .html files in the |
Merged. |
These files had mixed line endings it seems, and were always appearing
as uncommitted changes in my environment, which makes it harder to see
the changed state of things (I'm on Linux), and also makes it impossible to do some switches between branches.