mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
6072ec16a0
Use gitattributes file to ensure script files have LF line endings. This solves a problem for users who wish to use DevContainers on Windows machines and the file has been cloned from the repository with CRLF line endings.
2 lines
29 B
Text
2 lines
29 B
Text
* text=auto
|
|
*.sh text eol=lf
|