mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-01-13 09:00:42 +08:00
8 lines
231 B
Plaintext
8 lines
231 B
Plaintext
# 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
|