Instruct git to preserve .sh line endings

pull/2/head
Atinoda 12 months ago
parent 14a3bd3138
commit e048102bfd

6
.gitattributes vendored

@ -1,2 +1,6 @@
# Auto detect text files and perform LF normalization
* text=auto
*.txt text=auto
# Set line endings to LF, even on Windows. Otherwise, execution within Docker fails.
# See https://help.github.com/articles/dealing-with-line-endings/
*.sh text eol=lf

Loading…
Cancel
Save