SyntaxFix
Write A Post
Hire A Developer
Questions
git config --global core.autocrlf false works well for global settings.
git config --global core.autocrlf false
But if you are using Visual Studio, might also need to modify .gitattributes for some type of projects (e.g c# class library application):
.gitattributes
* text=auto