I'm trying to figure out what is the default value for core.autocrlf
in Git if the user doesn't change this setting.
I've looked in the docs but can't find this info. Can you please point me in the right direction?
Specifically, on a fresh Git install, would Git automatically convert Windows line endings to Unix when committing to a repo from a Windows system?
Thanks!