Enforce package.json checkout with LF line-endings (#24353)

This commit is contained in:
Fredrik Høisæther Rasch
2018-03-23 23:48:18 +01:00
committed by Andy
parent 7a7e8860ea
commit 75ff0e94a9

5
.gitattributes vendored
View File

@@ -1,2 +1,7 @@
# Auto detect text files and perform LF normalization
* text=auto
# Checkout NPM package files with forced LF lineendings
# to prevent git conflicts when running npm commands
package.json text eol=lf
package-lock.json text eol=lf