Merge pull request #122 from basxto/master

Fix line ending issues in shell scripts
This commit is contained in:
MikeMaximus
2018-02-04 17:20:17 -06:00
committed by GitHub
+2
View File
@@ -1,6 +1,8 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
*.sh -text
makefile -text
* text=auto
###############################################################################