Skip to content

Commit

Permalink
.gitattributes has been added so that people without core.autocrlf se…
Browse files Browse the repository at this point in the history
…t could still edit *.vcxproj in a human manner.
  • Loading branch information
ufoxp committed Aug 26, 2017
1 parent 22d1bec commit 33a7e00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This is so people without core.autocrlf set could work properly with project files.
*.vcxproj text eol=crlf

0 comments on commit 33a7e00

Please sign in to comment.