mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +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
|