Fix line ending issues in shell scripts

This commit is contained in:
Sebastian Riedel
2018-02-04 21:29:13 +01:00
parent 248efa8878
commit 2581883827
+2
View File
@@ -1,6 +1,8 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
*.sh -text
makefile -text
* text=auto
###############################################################################