Skip to content

Commit cc102dc

Browse files
committed
Merge pull request #106302 from akien-mga/msvs-crlf
Preserve CRLF line terminators for MSVS project template
2 parents 1f2f144 + 06b8d05 commit cc102dc

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
@@ -9,7 +9,7 @@ thirdparty/* linguist-vendored
99
*.bat eol=crlf
1010
*.sln eol=crlf
1111
*.csproj eol=crlf
12-
misc/msvs/*.template eol=crlf
12+
misc/msvs/* eol=crlf
1313
# And some test files where the EOL matters
1414
*.test.txt -text
1515

0 commit comments

Comments
 (0)