2015-01-04 18:20:28 -05:00
|
|
|
# Auto detect text files and perform LF normalization
|
|
|
|
* text=auto
|
|
|
|
|
2016-08-29 15:41:58 -04:00
|
|
|
# JS and TS files must always use LF for tools to work
|
2015-01-04 18:20:28 -05:00
|
|
|
*.js eol=lf
|
2016-08-29 15:41:58 -04:00
|
|
|
*.ts eol=lf
|
2016-06-20 18:25:55 -04:00
|
|
|
|
|
|
|
# Must keep Windows line ending to be parsed correctly
|
|
|
|
scripts/windows/packages.txt eol=crlf
|