Mark MSVS *.props files as using CR LF as well.

For consistency with *.vcxproj and *.sln.
This commit is contained in:
Vadim Zeitlin 2015-03-19 21:43:29 +01:00
parent 3ee12b2ca9
commit f1cc587a99
3 changed files with 115 additions and 114 deletions

1
.gitattributes vendored
View File

@ -4,6 +4,7 @@
*.bcc eol=crlf
*.dsw eol=crlf
*.gcc eol=crlf
*.props eol=crlf
*.rc eol=crlf
*.sln eol=crlf
*.vc eol=crlf