Revision 8503cc1db72b0639f3bc697b2f1add0e1dca2c97 authored by Alex Eagle on 17 January 2018, 18:10:18 UTC, committed by Alex Eagle on 17 January 2018, 18:10:18 UTC
1 parent 8b46b38
Raw File
.gitattributes
# Auto detect text files and perform LF normalization
* text=auto

# JS and TS files must always use LF for tools to work
*.js eol=lf
*.ts eol=lf

# Must keep Windows line ending to be parsed correctly
scripts/windows/packages.txt eol=crlf
back to top