This repository was archived by the owner on Dec 17, 2025. It is now read-only.
Add .gitattributes for normalizing end of lines#204
Merged
alexander-akait merged 1 commit intowebpack:masterfrom Feb 3, 2022
Merged
Add .gitattributes for normalizing end of lines#204alexander-akait merged 1 commit intowebpack:masterfrom
alexander-akait merged 1 commit intowebpack:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #204 +/- ##
=======================================
Coverage 76.66% 76.66%
=======================================
Files 10 10
Lines 360 360
Branches 112 112
=======================================
Hits 276 276
Misses 73 73
Partials 11 11 Continue to review full report at Codecov.
|
Member
|
Can you regenerate lock file to fix security problem? |
Contributor
Author
|
Lock file regenerated |
Member
|
Can you accept CLA? |
85aee62 to
bc82091
Compare
Contributor
Author
|
Done, also fixed commit message because of commitlint. Hopefully, it is all... |
bc82091 to
91a4dd1
Compare
Contributor
Author
|
@alexander-akait can you please aprove workflow? |
Member
|
Thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As Prettier default expect "lf" on line endings, we need to normalize them with gitattributes - fixes #203