1
0
mirror of https://github.com/dolphin-emu/dolphin synced 2024-06-29 06:54:24 +00:00

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
.gitattributes vendored Normal file
View File

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