mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
Fix inadvertent 'crlt' for .vcxproj
This commit is contained in:
parent
cbbcffa26b
commit
8379eb5661
1 changed files with 1 additions and 1 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -6,7 +6,7 @@
|
|||
# VS 20xx files
|
||||
*.sln text eol=crlf
|
||||
*.vcproj text eol=crlf
|
||||
*.vcxproj text eol=crlt
|
||||
*.vcxproj text eol=crlf
|
||||
|
||||
# VC6 files
|
||||
*.dsw text eol=crlf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue