Add gitattributes file to implement alternative approach to handling Bash script line-ending normalization.

This commit is contained in:
Brian Rogers 2020-06-12 22:07:18 -04:00
parent 851a3918c9
commit 273f4fe894
No known key found for this signature in database
GPG Key ID: DEBB25299D92C67B

5
.gitattributes vendored Normal file
View File

@ -0,0 +1,5 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Declare files that will always have LF line endings on checkout.
*.sh text eol=lf