Skip to content

Commit 4146796

Browse files
Fix line-endings on windows (#123)
1 parent bf7001f commit 4146796

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Declare files that will always have LF line endings on checkout, so that it matches the configured eslint rules.
5+
*.js text eol=lf
6+
bin/pixelmatch text eol=lf

0 commit comments

Comments
 (0)