mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-17 17:48:06 +00: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
|