otavepto / gbe_fork

Fork of https://gitlab.com/Mr_Goldberg/goldberg_emulator
https://gitlab.com/Mr_Goldberg/goldberg_emulator
GNU Lesser General Public License v3.0
185 stars 54 forks source link

github workflows change LF to CRLF during cloning for Windows #164

Closed otavepto closed 1 month ago

otavepto commented 1 month ago

all .md/.json/.txt files will end up with CRLF line ending. check if this would make a difference

git config --local core.autocrlf false
git config --system core.autocrlf false
git config --global core.autocrlf false

also not even sure if it's happening during cloning, might end up being something else completely different.

happening on Windows only thankfully