I'm trying to fix a problem with CRLF on Windows.
How do I see what the value of the configuration setting core.autocrlf
is set to on my system?
If you're using Git Bash:
git config --get core.autocrlf
And for the global config:
git config --global --get core.autocrlf