Skip to content

Commit 01952e6

Browse files
author
Fredrik Berggren
committed
Adds additional crlf clobber avoidance.
Adds the hook-scripts to .gitattributes due to the shell-scripts not liking CRLF which they will get if a user sets 'autocrlf = true' in their global gitconfig. Further, since the python interpreter can handle either CRLF or LF, python-scripts specific line-ending rules have been removed. Change-Id: I2d6bfd491b2f626b9ca93c40a3a7f2cfba6c54f0
1 parent 8b39fb4 commit 01952e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Prevent /bin/sh scripts from being clobbered by autocrlf=true
22
git_ssh text eol=lf
3-
main.py text eol=lf
43
repo text eol=lf
4+
hooks/* text eol=lf

0 commit comments

Comments
 (0)