Revision f09a266e01e746c802c4d0e132f78a05612ea177 authored by Miško Hevery on 23 August 2017, 20:01:42 UTC, committed by Miško Hevery on 23 August 2017, 20:01:42 UTC
1 parent 3853fff
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