Modify .gitattributes to ensure sh files always have LF line endings
This commit is contained in:
parent
78458c1869
commit
83f1901844
|
|
@ -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.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue