I'm pretty sure Github Desktop is changing my line endings when I commit the files, how do I turn this feature off? I'm using blazor and the files need to remain unchanged or they will fail blazors integrity checks
I've read that git config core.autocrlf = false should work, but where does that command run?
I'm new to Git, and I use the Github Desktop instead of having to deal with all the command line stuff that I don't understand
I really wish it would stop trying to be "helpful" and just leave my damn code alone...
Help...