9decc3d823
Closes #9450
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# JS files must always use LF for tools to work
|
|
*.js eol=lf
|
|
|
|
# Must keep Windows line ending to be parsed correctly
|
|
scripts/windows/packages.txt eol=crlf
|