Skip to content

Commit ae9405a

Browse files
committed
LF line endings for scripts that may need them
This fixes how init-tests-after-clone.sh appears in .gitattributes so it gets LF (Unix-style) line endings on all systems as intended, and adds Makefile to be treated the same way.
1 parent b54c346 commit ae9405a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitattributes

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
test/fixtures/* eol=lf
2-
init-tests-after-clone.sh
2+
init-tests-after-clone.sh eol=lf
3+
Makefile eol=lf

0 commit comments

Comments
 (0)