Skip to content

Commit 8379eb5

Browse files
committed
Fix inadvertent 'crlt' for .vcxproj
1 parent cbbcffa commit 8379eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# VS 20xx files
77
*.sln text eol=crlf
88
*.vcproj text eol=crlf
9-
*.vcxproj text eol=crlt
9+
*.vcxproj text eol=crlf
1010

1111
# VC6 files
1212
*.dsw text eol=crlf

0 commit comments

Comments
 (0)