Git for Windows
core.autocrlf
We will use LF (Line Feed) for line breaks at the time of commit, but do not change the line break code when pulling.
git config --global core.autocrlf input
We will use LF (Line Feed) for line breaks at the time of commit, but do not change the line break code when pulling.
git config --global core.autocrlf input