Skip to content

Commit d1f3b8e

Browse files
loosen up so git diff is not affected
1 parent 88b19fe commit d1f3b8e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.gitattributes

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
* text=auto eol=lf
33

44
# Do not touch testsuite data files
5-
testsuite/MDAnalysisTests/data/* binary
6-
testsuite/MDAnalysisTests/data/**/* binary
5+
testsuite/MDAnalysisTests/data/* text=auto eol=lf
6+
testsuite/MDAnalysisTests/data/**/* text=auto eol=lf
7+
testsuite/MDAnalysisTests/data/windows/* text=auto eol=crlf
8+

0 commit comments

Comments
 (0)