>> I thought GIT does this automatically on Windows. Not entirely - there are some core settings that control it, but it is not clear how they affect the behavior. My current setup in .gitconfig is shown below:
[core]
autocrlf = input
filemode = false
I have been using it so far without any problems - it is only after the
Maven auto-formatting plugin was added that I am encountering problems.
