Revision dd2d1be00642e9d129030d786672839550a09ed4 authored by Sam Blowes on 04 September 2017, 15:25:10 UTC, committed by Miško Hevery on 06 September 2017, 04:25:06 UTC
1 parent 5369de8
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