DefinitelyTyped/.gitattributes
2018-03-23 15:48:18 -07:00

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