Closed bhasub closed 8 years ago
@bharathiraja-subramanian For Windows, type git config --global core.autocrlf true
. For Linux and OS X, type git config --global core.autocrlf input
.
Developers use both windows and mac here, in that we should not have gitattributes in remote repository?
To handle crlf issues, does setting "* text=auto" in .gitattributes takes care of having uniform line breaks when collaborators use different platforms to check in the code?