Use lf as line-ending for sh files

Closes #12629
This commit is contained in:
Adrian Pauli 2022-06-29 17:43:12 +02:00 committed by Hynek Mlnařík
parent 0a26340717
commit 13b5e659b7
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -7,6 +7,7 @@
*.jsp text eol=lf
*.md text eol=lf
*.properties text eol=lf
*.sh text eol=lf
*.svg text auto
*.xml text eol=lf
*.xsl text eol=lf