1
0
Fork 0
mirror of https://github.com/dolphin-emu/dolphin.git synced 2025-03-06 21:00:21 +01: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