Skip to content

Commit fa4065f

Browse files
committed
Add .gitattribites file
For compatibility with Windows systems, declare repository_data files to always have LF line endings on checkout. Signed-off-by: Teodora Sechkova <[email protected]>
1 parent 1b9912c commit fa4065f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Files that will always have LF line endings on checkout.
2+
/tests/repository_data/** text eol=lf
3+

0 commit comments

Comments
 (0)