Revision f3361abdd79f237ac35b3e7d3aa8db2bb9b03de5 authored by Alex Eagle on 16 May 2018, 17:10:57 UTC, committed by Matias Niemelä on 16 May 2018, 21:19:45 UTC
1 parent 52cbe89
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