Skip to content

Commit b547942

Browse files
davidanthoffvtjnash
authored andcommittedOct 15, 2019
Disable all git EOL conversions (JuliaLang#32781)
Experiment with treating all files as binary on all platforms (aka only affects Windows). Closes JuliaLang#30752
1 parent d0a20a8 commit b547942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.gitattributes

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# treat patches as files that should not be modified
2-
*.patch -text
1+
# treat all files as files that should not be modified
2+
* -text

0 commit comments

Comments
 (0)
Please sign in to comment.