fix: Ensure scripts have LF line endings

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.
pull/1837/head
Peter Neave 4 months ago
parent 8d0aa11a35
commit 6072ec16a0

2
.gitattributes vendored

@ -0,0 +1,2 @@
* text=auto
*.sh text eol=lf
Loading…
Cancel
Save