Browse Source

.gitattributes, do not modify crlf line endings of visual studio proj files

pre-master-46
rlar 11 years ago
parent
commit
98860e4ade
  1. 6
      .gitattributes

6
.gitattributes

@ -0,0 +1,6 @@
#
# do not change crlf line endings of visual studio project files
#
*.vcproj -text
*.sln -text
*.vcxproj -text
Loading…
Cancel
Save