Skip to content

Commit 45ca8c8

Browse files
committed
Add .gitattributes to prevent line ending changes in test files
1 parent b8d098e commit 45ca8c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* text=auto
2+
3+
# Test files should not have their line endings modified by git
4+
/tests/languages/**/*.test binary

0 commit comments

Comments
 (0)