Force LF for package-lock.json
Most versions of NPM in use always use LF for line endings anyway. Forcing LF on windows should limit the number of no-op changes. This issue has been fixed in NPM (see https://github.com/npm/npm/issues/1716) but not everyone will have the fix.
This commit is contained in:
parent
3b5ce7f4a7
commit
635aa55d03
|
|
@ -0,0 +1,2 @@
|
|||
# Force LF for package-lock files - not all version of NPM detect line endings.
|
||||
package-lock.json text eol=lf
|
||||
Loading…
Reference in New Issue