Okay, scratch that. I reset from the origin/main on github and now Obsidian is not converting the LF endings to CRLF.
For anyone else that possibly runs into this issue, make sure you disable autocrlf using:
git config core.autocrlf false
Okay, scratch that. I reset from the origin/main on github and now Obsidian is not converting the LF endings to CRLF.
For anyone else that possibly runs into this issue, make sure you disable autocrlf using:
git config core.autocrlf false