Revision 153b42b01efa416855344d0d2a12a4f439a99233 authored by atscott on 18 November 2020, 18:38:43 UTC, committed by atscott on 18 November 2020, 18:38:43 UTC
1 parent 163fdc3
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

# API guardian patch must always use LF for tests to work
*.patch eol=lf

# Must keep Windows line ending to be parsed correctly
scripts/windows/packages.txt eol=crlf
back to top