Revision f1108fea766167f06e229bfd7992d4119838a3d4 authored by Matias Niemelä on 24 October 2017, 06:28:28 UTC, committed by Matias Niemelä on 24 October 2017, 06:28:28 UTC
1 parent 64b3e3e
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