mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Enforce package.json checkout with LF line-endings (#24353)
This commit is contained in:
committed by
Andy
parent
7a7e8860ea
commit
75ff0e94a9
5
.gitattributes
vendored
5
.gitattributes
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user