Merge pull request #5283 from esaunders/5590-sh-lf

Force LF line endings for shell scripts.
This commit is contained in:
Richard Cordovano 2019-10-04 18:36:57 -04:00 committed by GitHub
commit 2d47246c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitattributes vendored
View File

@ -1,7 +1,7 @@
*.java text diff=java
*.txt text
*.sh text
*.sh eol=lf
*.mf text
*.xml text
*.form text