Skip to content

Commit 3331140

Browse files
committed
Update line ending configuration
1 parent d30fc2b commit 3331140

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.gitattributes

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@
2222

2323
# Automatically normalize the line endings of any committed text files:
2424
* text=auto
25-
/lib/node_modules/@stdlib/utils/dsv/base/parse/test/fixtures/excel_copy_paste_crlf.csv eol=crlf
26-
/lib/node_modules/@stdlib/utils/dsv/base/parse/test/fixtures/crlf.csv eol=crlf
25+
26+
# Override line endings for certain files:
27+
*.crlf.csv text eol=crlf
28+
29+
*.png binary
30+
*.jpg binary
2731

2832
# Override what is considered "vendored" by GitHub's linguist:
2933
/deps/** linguist-vendored=false

0 commit comments

Comments
 (0)