We are working cross platform on Windows, Linux and Mac, we collaborate using GIT. Recently we stumbled upon autocrlf
settings to avoid Carriage Return
and Line Feed
, and found out they show case different behavior on different platform.
We found a workaround to mark autocrlf = false
. But every team mate has to change her setting on his machine.
My question is, Do we have some workaround by which we could check-in the autocrlf setting in the repo, so that user doesn't have to change her setting on its own? And the setting is automatically updated.