Skip to content

Commit 4a134be

Browse files
authored
Fix .gitattributes for Windows (wbond#8424)
Add to `.gitattributes` the `* -crlf` rule to disable CRLF behaviour on Windows machines where Git is set to `core.autocrlf`, otherwise users won't be able to submit commits with LF EOLs, due to current `.gitattributes` and `.editorconfig` settings.
1 parent 5f3d5bc commit 4a134be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
text eol=lf
2+
* -crlf

0 commit comments

Comments
 (0)