Skip to content

Commit 44c19fe

Browse files
committedFeb 4, 2022
fix CRL for *.url files
1 parent 221261f commit 44c19fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
*.pde text
88

99
# Files that will always have CRLF line endings on checkout.
10-
*.bat *.url eol=crlf
11-
10+
*.bat eol=crlf
11+
*.url eol=crlf

0 commit comments

Comments
 (0)
Please sign in to comment.