Force Unix line endings for shell scripts

Signed-off-by: Frederik Carlier <frederik.carlier@quamotion.mobi>
This commit is contained in:
Frederik Carlier 2020-12-07 21:42:35 +01:00
parent d04bee185a
commit 92ea28a0ad
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Use Unix line endings for scripts
*.sh text eol=lf