Add .gitattributes to specify LF as .sh line terminator (#7648)

This commit is contained in:
Marcono1234 2022-05-02 16:12:06 +02:00 committed by GitHub
parent d28259d4c7
commit ee65beab15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Check out Linux shell scripts with LF (necessary when using Docker setup on Windows)
*.sh text eol=lf