Modify .gitattributes to ensure sh files always have LF line endings

This commit is contained in:
Pranav K 2014-09-21 17:52:28 -07:00
parent 78458c1869
commit 83f1901844
1 changed files with 6 additions and 0 deletions

6
.gitattributes vendored
View File

@ -3,6 +3,12 @@
###############################################################################
* text=auto
###############################################################################
# Make sh files under the build directory always have LF as line endings
###############################################################################
build/*.sh eol=lf
###############################################################################
# Set default behavior for command prompt diff.
#