gitattributes: set eol=clrf on *.sln

modifying sln via VS always uses clrf, so let's just go with it
This commit is contained in:
Shawn Hoffman 2023-01-23 06:12:42 -08:00
parent 8032a71c4c
commit bb5e455e2a
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.sln text eol=crlf