Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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.
  • Loading branch information
EliahKagan committed Sep 13, 2023
commit ae9405a339e7b01fb539e1837e4c3f450250cfb7
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
test/fixtures/* eol=lf
init-tests-after-clone.sh
init-tests-after-clone.sh eol=lf
Makefile eol=lf